Skip to content

Commit 7473e87

Browse files
committed
Remove deprected options in snowpack config file
1 parent 655d9a5 commit 7473e87

1 file changed

Lines changed: 4 additions & 7 deletions

File tree

snowpack.config.js

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/** @type {import("snowpack").SnowpackUserConfig } */
22
module.exports = {
33
mount: {
4-
public: {url: '/', static: true},
5-
src: {url: '/dist'},
4+
public: { url: '/', static: true },
5+
src: { url: '/dist' },
66
},
77
plugins: [
88
'@snowpack/plugin-react-refresh',
@@ -13,12 +13,9 @@ module.exports = {
1313
cmd: 'bsb -make-world',
1414
watch: '$1 -w',
1515
},
16-
]
16+
],
1717
],
18-
install: [
19-
/* ... */
20-
],
21-
installOptions: {
18+
packageOptions: {
2219
/* ... */
2320
},
2421
devOptions: {

0 commit comments

Comments
 (0)