This repository was archived by the owner on Feb 15, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- * Psst — looking for a shareable component template? Go here --> [ sveltejs/component-template] ( https://github.com/sveltejs/component-template ) *
1+ * Looking for a shareable component template? Go here --> [ sveltejs/component-template] ( https://github.com/sveltejs/component-template ) *
22
33---
44
Original file line number Diff line number Diff line change @@ -19,15 +19,15 @@ export default {
1919 // enable run-time checks when not in production
2020 dev : ! production ,
2121 // we'll extract any component CSS out into
22- // a separate file — better for performance
22+ // a separate file - better for performance
2323 css : css => {
2424 css . write ( 'public/build/bundle.css' ) ;
2525 }
2626 } ) ,
2727
2828 // If you have external dependencies installed from
2929 // npm, you'll most likely need these plugins. In
30- // some cases you'll need additional configuration —
30+ // some cases you'll need additional configuration -
3131 // consult the documentation for details:
3232 // https://github.com/rollup/plugins/tree/master/packages/commonjs
3333 resolve ( {
You can’t perform that action at this time.
0 commit comments