Skip to content
This repository was archived by the owner on Feb 15, 2023. It is now read-only.

Commit 15b57a5

Browse files
committed
Upgrade rollup-plugin-svelte to 6.0.0
1 parent ea7c476 commit 15b57a5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"@rollup/plugin-node-resolve": "^8.0.0",
1212
"rollup": "^2.3.4",
1313
"rollup-plugin-livereload": "^1.0.0",
14-
"rollup-plugin-svelte": "^5.0.3",
15-
"rollup-plugin-terser": "^6.0.0",
14+
"rollup-plugin-svelte": "^6.0.0",
15+
"rollup-plugin-terser": "^7.0.0",
1616
"svelte": "^3.0.0"
1717
},
1818
"dependencies": {

rollup.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export default {
4242
// we'll extract any component CSS out into
4343
// a separate file - better for performance
4444
css: css => {
45-
css.write('public/build/bundle.css');
45+
css.write('bundle.css');
4646
}
4747
}),
4848

0 commit comments

Comments
 (0)