v7.0.0-0
Pre-release
Pre-release
Breaking changes
- Renamed
assets.serve
property toassets.enabled
. Since the same property is used by the bundler, theserve
is not an appropriate name. - The
addJapaPlugin
method now accepts an array of import declarations. Earlier it was a single import declaration as an object.
Features
- Use package detection when copying lockfiles to the build folder.
Commits
- test: update snapshots 9f7860f
- refactor: ignore snapshots from prettier e408ab1
- test: fix test broken on windows f455e35
- refactor: fix linting errors ba48335
- refactor: small internal refactors and add documentation 05ba15b
What's Changed
- Bundler automatically detect used package manager by @Julien-R44 in #65
Full Changelog: v6.1.3-29...v7.0.0-0