Upgrade rollup-plugin-svelte to 6.0.0

This commit is contained in:
Ben McCann 2020-08-25 12:59:38 -07:00 committed by Conduitry
parent 64c835a15d
commit 8194bf8f64
2 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@
"@rollup/plugin-node-resolve": "^8.0.0",
"rollup": "^2.3.4",
"rollup-plugin-livereload": "^1.0.0",
"rollup-plugin-svelte": "^5.0.3",
"rollup-plugin-svelte": "^6.0.0",
"rollup-plugin-terser": "^7.0.0",
"svelte": "^3.0.0"
},

View file

@ -42,7 +42,7 @@ export default {
// we'll extract any component CSS out into
// a separate file - better for performance
css: css => {
css.write('public/build/bundle.css');
css.write('bundle.css');
}
}),