aboutsummaryrefslogtreecommitdiff
path: root/webpack.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'webpack.config.js')
-rw-r--r--webpack.config.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/webpack.config.js b/webpack.config.js
index a30868b93..1a7c9286e 100644
--- a/webpack.config.js
+++ b/webpack.config.js
@@ -7,6 +7,10 @@ module.exports = {
mode: 'development',
entry: "./src/Main.tsx",
devtool: "source-map",
+ node: {
+ fs: 'empty',
+ module: 'empty'
+ },
output: {
filename: "./bundle.js",
path: path.resolve(__dirname, "build")