mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2025-01-27 16:27:57 +01:00
Removed ignoring node_modules in webpack watch
This commit is contained in:
parent
ea55687171
commit
89f6343abd
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
// See <https://webpack.js.org/configuration/watch/#watchoptions-poll> for details
|
||||
poll: (!!process.env.WEBPACK_DEV_SERVER_POLLING ? true : false),
|
||||
watch: false,
|
||||
ignored: /node_modules/
|
||||
watch: false
|
||||
}
|
||||
},
|
||||
plugins: [
|
||||
|
|
Loading…
Reference in a new issue