Skip to content

Commit

Permalink
Add excludeAliases: console
Browse files Browse the repository at this point in the history
  • Loading branch information
RodriSanchez1 committed Oct 24, 2023
1 parent f812338 commit eb3fa12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion craco.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const NodePolyfillPlugin = require('node-polyfill-webpack-plugin');
module.exports = {
webpack: {
entry: './src/index.js',
plugins: [new NodePolyfillPlugin()],
plugins: [new NodePolyfillPlugin({ excludeAliases: ['console'] })],
module: {
loaders: [
{
Expand Down

0 comments on commit eb3fa12

Please sign in to comment.