npm install
安裝套件rollup.config.js
參考設定檔svelte({
preprocess: preprocess({
scss: true,
}),
compilerOptions: {
// enable run-time checks when not in production
dev: !production,
}
}),