mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-12 17:13:56 +00:00
8aae9ef7b2
- @nuxt/app@0.4.2 - nuxt-cli@0.3.6 - @nuxt/kit@0.6.2 - @nuxt/nitro@0.7.2 - nuxt3@0.7.2 - @nuxt/pages@0.2.2 - @nuxt/vite-builder@0.4.2 - @nuxt/webpack-builder@0.4.2
107 lines
3.2 KiB
Markdown
107 lines
3.2 KiB
Markdown
# Change Log
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
|
|
## [0.4.2](https://github.com/nuxt/framework/compare/@nuxt/webpack-builder@0.4.1...@nuxt/webpack-builder@0.4.2) (2021-06-04)
|
|
|
|
**Note:** Version bump only for package @nuxt/webpack-builder
|
|
|
|
|
|
|
|
|
|
|
|
## [0.4.1](https://github.com/nuxt/framework/compare/@nuxt/webpack-builder@0.4.0...@nuxt/webpack-builder@0.4.1) (2021-05-24)
|
|
|
|
**Note:** Version bump only for package @nuxt/webpack-builder
|
|
|
|
|
|
|
|
|
|
|
|
# [0.4.0](https://github.com/nuxt/framework/compare/@nuxt/webpack-builder@0.3.4...@nuxt/webpack-builder@0.4.0) (2021-05-20)
|
|
|
|
|
|
### Features
|
|
|
|
* optional pages and refactor nuxt3 ([#142](https://github.com/nuxt/framework/issues/142)) ([6b62d45](https://github.com/nuxt/framework/commit/6b62d456d7fe8c9dd92803a30dcebf0d481f65c7))
|
|
* update vite implementation ([#130](https://github.com/nuxt/framework/issues/130)) ([9732d63](https://github.com/nuxt/framework/commit/9732d63c74b394706150ef35cc06c65d3fb185ad))
|
|
|
|
|
|
|
|
|
|
|
|
## [0.3.4](https://github.com/nuxt/framework/compare/@nuxt/webpack-builder@0.3.3...@nuxt/webpack-builder@0.3.4) (2021-04-28)
|
|
|
|
**Note:** Version bump only for package @nuxt/webpack-builder
|
|
|
|
|
|
|
|
|
|
|
|
## [0.3.3](https://github.com/nuxt/framework/compare/@nuxt/webpack-builder@0.3.2...@nuxt/webpack-builder@0.3.3) (2021-04-28)
|
|
|
|
**Note:** Version bump only for package @nuxt/webpack-builder
|
|
|
|
|
|
|
|
|
|
|
|
## [0.3.2](https://github.com/nuxt/framework/compare/@nuxt/webpack-builder@0.3.1...@nuxt/webpack-builder@0.3.2) (2021-04-23)
|
|
|
|
|
|
### Bug Fixes
|
|
|
|
* **webpack:** don't inline scoped packages ([0a74f1e](https://github.com/nuxt/framework/commit/0a74f1e2392b45024f3af20f3ded4bb6545911fc))
|
|
* issues with externals outside of rootDir ([4e18653](https://github.com/nuxt/framework/commit/4e1865358c1597cb68cc96bef2b30e2811fcd899))
|
|
* **webpack:** exclude ! for externals ([daaf02f](https://github.com/nuxt/framework/commit/daaf02f5e4dd19d907d511f4a139f36d11db1b5b))
|
|
|
|
|
|
|
|
|
|
|
|
## [0.3.1](https://github.com/nuxt/framework/compare/@nuxt/webpack-builder@0.3.0...@nuxt/webpack-builder@0.3.1) (2021-04-16)
|
|
|
|
**Note:** Version bump only for package @nuxt/webpack-builder
|
|
|
|
|
|
|
|
|
|
|
|
# [0.3.0](https://github.com/nuxt/framework/compare/@nuxt/webpack-builder@0.2.0...@nuxt/webpack-builder@0.3.0) (2021-04-12)
|
|
|
|
|
|
### Features
|
|
|
|
* add hook signatures and basic typings ([#79](https://github.com/nuxt/framework/issues/79)) ([dacde63](https://github.com/nuxt/framework/commit/dacde630634700172ccd54a1e4f1d0469b28bd30))
|
|
|
|
|
|
|
|
|
|
|
|
# [0.2.0](https://github.com/nuxt/framework/compare/@nuxt/webpack-builder@0.1.2...@nuxt/webpack-builder@0.2.0) (2021-04-09)
|
|
|
|
|
|
### Features
|
|
|
|
* initial version of nu cli ([#54](https://github.com/nuxt/framework/issues/54)) ([a030c62](https://github.com/nuxt/framework/commit/a030c62d29ba871f94a7152c7d5fa36d4de1d3b6))
|
|
|
|
|
|
|
|
|
|
|
|
## [0.1.2](https://github.com/nuxt/framework/compare/@nuxt/webpack-builder@0.1.1...@nuxt/webpack-builder@0.1.2) (2021-04-06)
|
|
|
|
**Note:** Version bump only for package @nuxt/webpack-builder
|
|
|
|
|
|
|
|
|
|
|
|
## 0.1.1 (2021-04-04)
|
|
|
|
|
|
### Performance Improvements
|
|
|
|
* **webpack:** use fs cache by default ([5d5183e](https://github.com/nuxt/framework/commit/5d5183ee82f0d1567934c9cd13160bf84bddd8d3))
|