UNPKG

360 BJavaScriptView Raw
1// Snowpack Configuration File
2// See all supported options: https://www.snowpack.dev/reference/configuration
3
4/** @type {import("snowpack").SnowpackUserConfig } */
5module.exports = {
6 mount: {
7 /* ... */
8 },
9 plugins: [
10 /* ... */
11 ],
12 packageOptions: {
13 /* ... */
14 },
15 devOptions: {
16 /* ... */
17 },
18 buildOptions: {
19 /* ... */
20 },
21};