fix/ global error in console when building web app only
This commit is contained in:
@@ -24,7 +24,7 @@ module.exports = (config, options) => {
|
||||
config.plugins = [
|
||||
...config.plugins,
|
||||
new NodePolyfillPlugin({
|
||||
excludeAliases: ["console"]
|
||||
excludeAliases: ["console"]
|
||||
})
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user