This commit is contained in:
alex 2022-01-24 22:57:21 +00:00
parent b5bafc8f60
commit 30b7eb7c73

21
snowpack.config.js Normal file
View 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: {
/* ... */
},
};