v1.0.0
π v1.0.0
- Upgrade dependencies.
CLI
β¨ New:
- Add
buildcommand.
It's default command. So, no action required for previousvue-packcommand. - Add
devcommand for running development server for your library.It uses
vue-pack-devunder the hood.
π₯ Breaking:
buildcommand: Allow usingconfigoption together with other options.
Core
π Structure:
- Extract all TypeScript's types to
vue-pack-types - Extract config loader to
vue-pack-load-config
β»οΈ Refactoring:
- Handle default config with
moreninstead of self-handled.
β Remove dependencies:
- Remove
@types/del.It's moved to
devDependenciesinstead. - Remove
@types/webpack.It's moved to
devDependenciesinstead.
Dev
First Release π
vue-pack-types
First Release π
vue-pack-load-config
First Release π