UNPKG

snowpack

Version:

The ESM-powered frontend build tool. Fast, lightweight, unbundled.

22 lines (20 loc) 360 B
// Snowpack Configuration File // See all supported options: https://www.snowpack.dev/reference/configuration /** @type {import("snowpack").SnowpackUserConfig } */ module.exports = { mount: { /* ... */ }, plugins: [ /* ... */ ], packageOptions: { /* ... */ }, devOptions: { /* ... */ }, buildOptions: { /* ... */ }, };