v2.1.1
This release introduces a lot of new possibilities to configure loco:
- a
loco
property in package.json - a
.locorc
file in JSON or YAML format - a
.locorc.json
,.locorc.yaml
,.locorc.yml
,.locorc.js
, or.locorc.cjs
file - a
loco.config.js
orloco.config.cjs
CommonJS module exporting an object
What's Changed
- feat: migrate to cosmiconfig by @robrechtme in #21
Full Changelog: v2.0.2...v2.1.1