You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
After installing and trying to use the plugin, I've got compilation errors.
`throw new Error('Callback was already called.');
^
Error: Callback was already called.
at throwError (/Users/.../node_modules/neo-async/async.js:14:11)
at /Users/.../node_modules/neo-async/async.js:2813:7
at process._tickCallback (internal/process/next_tick.js:61:11)
`
any suggestions?
The text was updated successfully, but these errors were encountered:
constrewireDefinePlugin=require('@yeutech-lab/react-app-rewire-define-plugin');// Use `webpack.DefinePlugin` to add the version number from package.jsonconfig=rewireDefinePlugin(config,env,{'process.env.VERSION': JSON.stringify(require('./package.json').version),'process.env.NODE_ENV': JSON.stringify(process.env.NODE_ENV),'process.env.GA_TRACKING_ID': JSON.stringify(process.env.GA_TRACKING_ID),});
Hi,
After installing and trying to use the plugin, I've got compilation errors.
`throw new Error('Callback was already called.');
^
Error: Callback was already called.
at throwError (/Users/.../node_modules/neo-async/async.js:14:11)
at /Users/.../node_modules/neo-async/async.js:2813:7
at process._tickCallback (internal/process/next_tick.js:61:11)
`
any suggestions?
The text was updated successfully, but these errors were encountered: