fix/ global error in console when building web app only

This commit is contained in:
Maxime GRIS
2022-02-24 13:18:57 +01:00
parent 4964baee0d
commit 58424a2daa
6 changed files with 51 additions and 25 deletions

View File

@@ -24,7 +24,7 @@ module.exports = (config, options) => {
config.plugins = [
...config.plugins,
new NodePolyfillPlugin({
excludeAliases: ["console"]
excludeAliases: ["console"]
})
];