Skip to content

Commit 1a6a181

Browse files
authored
Merge pull request #51 from contentstack/development
Development --> Stag
2 parents eb3cd52 + 9e42fa7 commit 1a6a181

File tree

3 files changed

+24949
-23902
lines changed

3 files changed

+24949
-23902
lines changed

ui/config-overrides.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
const NodePolyfillPlugin = require("node-polyfill-webpack-plugin");
2+
3+
module.exports = function override(config) {
4+
config.plugins.push(
5+
new NodePolyfillPlugin({
6+
excludeAliases: ["console"],
7+
})
8+
);
9+
return config;
10+
};

0 commit comments

Comments
 (0)