Przeglądaj źródła

ignore node in webpack

Steven Silvester 5 lat temu
rodzic
commit
ad76abb986
1 zmienionych plików z 3 dodań i 0 usunięć
  1. 3 0
      tests/webpack.config.js

+ 3 - 0
tests/webpack.config.js

@@ -12,6 +12,9 @@ module.exports = {
   bail: true,
   devtool: devtool,
   mode: 'development',
+  node: {
+    fs: 'empty'
+  },
   module: {
     rules: [
       {