init
This commit is contained in:
parent
b5bafc8f60
commit
30b7eb7c73
1 changed files with 21 additions and 0 deletions
21
snowpack.config.js
Normal file
21
snowpack.config.js
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
// Snowpack Configuration File
|
||||
// See all supported options: https://www.snowpack.dev/reference/configuration
|
||||
|
||||
/** @type {import("snowpack").SnowpackUserConfig } */
|
||||
module.exports = {
|
||||
mount: {
|
||||
/* ... */
|
||||
},
|
||||
plugins: [
|
||||
/* ... */
|
||||
],
|
||||
packageOptions: {
|
||||
/* ... */
|
||||
},
|
||||
devOptions: {
|
||||
/* ... */
|
||||
},
|
||||
buildOptions: {
|
||||
/* ... */
|
||||
},
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue