remove disableGlobbing stuff

This commit is contained in:
Rich Harris
2018-09-08 10:43:21 -04:00
parent 3b5eb2c16c
commit 16c2ed6b1a
5 changed files with 7 additions and 22 deletions

View File

@@ -49,10 +49,5 @@ export default {
],
// temporary, pending Rollup 1.0
experimentalCodeSplitting: true,
// temporary, pending https://github.com/rollup/rollup/pull/2432
watch: {
chokidar: { disableGlobbing: true }
}
experimentalCodeSplitting: true
};

View File

@@ -28,10 +28,5 @@ export default {
),
// temporary, pending Rollup 1.0
experimentalCodeSplitting: true,
// temporary, pending https://github.com/rollup/rollup/pull/2432
watch: {
chokidar: { disableGlobbing: true }
}
experimentalCodeSplitting: true
};

View File

@@ -18,10 +18,5 @@ export default {
}),
commonjs(),
!dev && terser()
],
// temporary, pending https://github.com/rollup/rollup/pull/2432
watch: {
chokidar: { disableGlobbing: true }
}
]
};