Initial Commit ...
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
const NodePolyfillPlugin = require("node-polyfill-webpack-plugin")
|
||||
|
||||
module.exports = {
|
||||
plugins: [
|
||||
new NodePolyfillPlugin({
|
||||
excludeAliases: ["console"]
|
||||
})
|
||||
],
|
||||
resolve: {
|
||||
fallback: {
|
||||
fs: false,
|
||||
}
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user