We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 655d9a5 commit 7473e87Copy full SHA for 7473e87
1 file changed
snowpack.config.js
@@ -1,8 +1,8 @@
1
/** @type {import("snowpack").SnowpackUserConfig } */
2
module.exports = {
3
mount: {
4
- public: {url: '/', static: true},
5
- src: {url: '/dist'},
+ public: { url: '/', static: true },
+ src: { url: '/dist' },
6
},
7
plugins: [
8
'@snowpack/plugin-react-refresh',
@@ -13,12 +13,9 @@ module.exports = {
13
cmd: 'bsb -make-world',
14
watch: '$1 -w',
15
16
- ]
+ ],
17
],
18
- install: [
19
- /* ... */
20
- ],
21
- installOptions: {
+ packageOptions: {
22
/* ... */
23
24
devOptions: {
0 commit comments