mirror of
https://github.com/kevin-DL/sapper-template.git
synced 2026-01-16 20:14:35 +00:00
remove disableGlobbing stuff
This commit is contained in:
@@ -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
|
||||
};
|
||||
Reference in New Issue
Block a user