6698: Longstanding issues with the build system
@@ -220,7 +220,8 @@ module.exports = [
});
ignoreCache[localPath] = ignore;
return ignore;
- }
+ },
+ poll: 100
},
node: {
fs: 'empty'
@@ -13,6 +13,7 @@
"noUnusedLocals": true,
"preserveWatchOutput": true,
"resolveJsonModule": true,
+ "sourceMap": true,
"target": "es2017",
"types": []
}