mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
switched web pack watch to poll mode
This commit is contained in:
parent
53985a282d
commit
a28dd6269a
2 changed files with 3 additions and 3 deletions
|
@ -14,6 +14,8 @@ if (phantom) {
|
|||
}
|
||||
|
||||
module.exports = {
|
||||
devtool : '#source-map',
|
||||
watchOptions : { poll: true },
|
||||
entry: {
|
||||
vendor: 'vendor.js',
|
||||
main: 'main.js'
|
||||
|
@ -65,7 +67,7 @@ module.exports = {
|
|||
],
|
||||
module: {
|
||||
|
||||
//this doesn't work yet. wainting for https://github.com/spenceralger/rcloader/issues/5
|
||||
//this doesn't work yet. waiting for https://github.com/spenceralger/rcloader/issues/5
|
||||
/*preLoaders: [
|
||||
{
|
||||
test: /\.js$/, // include .js files
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue