mirror of
https://github.com/maputnik/editor.git
synced 2026-08-26 15:07:41 +00:00
Removed ignoring node_modules in webpack watch
This commit is contained in:
@@ -46,8 +46,7 @@ module.exports = {
|
|||||||
// Disabled polling by default as it causes lots of CPU usage and hence drains laptop batteries. To enable polling add WEBPACK_DEV_SERVER_POLLING to your environment
|
// Disabled polling by default as it causes lots of CPU usage and hence drains laptop batteries. To enable polling add WEBPACK_DEV_SERVER_POLLING to your environment
|
||||||
// See <https://webpack.js.org/configuration/watch/#watchoptions-poll> for details
|
// See <https://webpack.js.org/configuration/watch/#watchoptions-poll> for details
|
||||||
poll: (!!process.env.WEBPACK_DEV_SERVER_POLLING ? true : false),
|
poll: (!!process.env.WEBPACK_DEV_SERVER_POLLING ? true : false),
|
||||||
watch: false,
|
watch: false
|
||||||
ignored: /node_modules/
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
plugins: [
|
plugins: [
|
||||||
|
|||||||
Reference in New Issue
Block a user