another one
This commit is contained in:
8
frontend/node_modules/react-wavify/lib/index.js
generated
vendored
Normal file
8
frontend/node_modules/react-wavify/lib/index.js
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
'use client'
|
||||
|
||||
if (process.env.NODE_ENV !== 'production') {
|
||||
module.exports = require('./react-wavify.dev.js')
|
||||
}
|
||||
else {
|
||||
module.exports = require('./react-wavify.js')
|
||||
}
|
||||
Reference in New Issue
Block a user