mirror of
https://github.com/kevin-DL/sapper-template.git
synced 2026-01-22 14:35:20 +00:00
remove disableGlobbing stuff
This commit is contained in:
6
package-lock.json
generated
6
package-lock.json
generated
@@ -3217,9 +3217,9 @@
|
||||
"dev": true
|
||||
},
|
||||
"rollup": {
|
||||
"version": "0.65.0",
|
||||
"resolved": "https://registry.npmjs.org/rollup/-/rollup-0.65.0.tgz",
|
||||
"integrity": "sha512-en95i7zwW5IiWay6DR/6QV8TxO2LvWuCjHYDcgP96oVG/gPnWWzsxNViObhoJUs17bAj2RgB67WuBuGmysZZcw==",
|
||||
"version": "0.65.2",
|
||||
"resolved": "https://registry.npmjs.org/rollup/-/rollup-0.65.2.tgz",
|
||||
"integrity": "sha512-BbXOrpxVbx0MpElI6vVLR2B6vnWHvYU/QAMw3GcEXvs601bvgrozuaW30cnvt43B96a6DeoYA0i9T5THanN+Rw==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@types/estree": "0.0.39",
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
"@babel/runtime": "^7.0.0",
|
||||
"chokidar": "^2.0.4",
|
||||
"npm-run-all": "^4.1.2",
|
||||
"rollup": "^0.65.0",
|
||||
"rollup": "^0.65.2",
|
||||
"rollup-plugin-babel": "^4.0.2",
|
||||
"rollup-plugin-commonjs": "^9.1.6",
|
||||
"rollup-plugin-node-resolve": "^3.3.0",
|
||||
|
||||
@@ -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
|
||||
};
|
||||
@@ -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
|
||||
};
|
||||
@@ -18,10 +18,5 @@ export default {
|
||||
}),
|
||||
commonjs(),
|
||||
!dev && terser()
|
||||
],
|
||||
|
||||
// temporary, pending https://github.com/rollup/rollup/pull/2432
|
||||
watch: {
|
||||
chokidar: { disableGlobbing: true }
|
||||
}
|
||||
]
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user