We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b2376b commit a3d7b71Copy full SHA for a3d7b71
package.json
@@ -5,7 +5,8 @@
5
"dev": "svelte-kit dev",
6
"build": "svelte-kit build",
7
"start": "svelte-kit start",
8
- "prepare": "npm run smui-theme-light && npm run smui-theme-dark",
+ "prepare": "npm run vite-workaround && npm run smui-theme-light && npm run smui-theme-dark",
9
+ "vite-workaround": "find node_modules/@material/ -name \"*.js.map\" -type f -delete",
10
"smui-theme-light": "sass --no-source-map -I src/theme -I node_modules src/app.scss static/smui.css",
11
"smui-theme-dark": "sass --no-source-map -I src/theme/dark -I node_modules src/app.scss static/smui-dark.css"
12
},
0 commit comments