Преглед изворни кода

fixes #6698

6698: Longstanding issues with the build system
telamonian пре 5 година
родитељ
комит
29c5c389bd
3 измењених фајлова са 5 додато и 2 уклоњено
  1. 2 1
      dev_mode/webpack.config.js
  2. 2 1
      jupyterlab/staging/webpack.config.js
  3. 1 0
      tsconfigbase.json

+ 2 - 1
dev_mode/webpack.config.js

@@ -220,7 +220,8 @@ module.exports = [
         });
         ignoreCache[localPath] = ignore;
         return ignore;
-      }
+      },
+      poll: 100
     },
     node: {
       fs: 'empty'

+ 2 - 1
jupyterlab/staging/webpack.config.js

@@ -220,7 +220,8 @@ module.exports = [
         });
         ignoreCache[localPath] = ignore;
         return ignore;
-      }
+      },
+      poll: 100
     },
     node: {
       fs: 'empty'

+ 1 - 0
tsconfigbase.json

@@ -13,6 +13,7 @@
     "noUnusedLocals": true,
     "preserveWatchOutput": true,
     "resolveJsonModule": true,
+    "sourceMap": true,
     "target": "es2017",
     "types": []
   }