- Date
- Author
-
georges-gomes
Adding config
Jampack is now using Nate Moore’s proload package to load a configuration file.
It supports any of the following files:
jampack.config.js(in ESM or CJS format)jampack.config.mjsjampack.config.cjsconfig/jampack.config.js(in ESM or CJS format)config/jampack.config.mjsconfig/jampack.config.cjs
Or in a top-level jampack property in your package.json.
This will be great to offer some flexibility and also add new experimental features behind flags!
See the Configuration page for the available options so far.
Released
jampack 0.10.0+