|
| 1 | +# [3.2.2](https://github.com/vuejs/vue-cli/compare/v3.2.1...v3.2.2) (2018-12-30) |
| 2 | + |
| 3 | +## babel-preset-app |
| 4 | + |
| 5 | +#### Bug Fixes |
| 6 | + |
| 7 | +* skip polyfills for modern mode and fix tests ([e3a58cb](https://github.com/vuejs/vue-cli/commit/e3a58cb)) |
| 8 | +* use [@babel](https://github.com/babel)/runtime-corejs2 by default ([9c0adab](https://github.com/vuejs/vue-cli/commit/9c0adab)), closes [#3186](https://github.com/vuejs/vue-cli/issues/3186) |
| 9 | + |
| 10 | +## cli |
| 11 | + |
| 12 | +#### Bug Fixes |
| 13 | + |
| 14 | +* fix cli version check cache ([1f5f7c3](https://github.com/vuejs/vue-cli/commit/1f5f7c3)) |
| 15 | +* fix typo ([ae2a9bc](https://github.com/vuejs/vue-cli/commit/ae2a9bc)) |
| 16 | + |
| 17 | +## cli-plugin-eslint |
| 18 | + |
| 19 | +#### Bug Fixes |
| 20 | + |
| 21 | +* fix eslint cwd confusion during onCreateComplete hook execution ([#3212](https://github.com/vuejs/vue-cli/issues/3212)) ([90d387f](https://github.com/vuejs/vue-cli/commit/90d387f)), closes [#2554](https://github.com/vuejs/vue-cli/issues/2554) [#3142](https://github.com/vuejs/vue-cli/issues/3142) |
| 22 | +* when lint default paths, don't try to lint non-existent or ignored paths ([d6f6098](https://github.com/vuejs/vue-cli/commit/d6f6098)), closes [#3167](https://github.com/vuejs/vue-cli/issues/3167) |
| 23 | + |
| 24 | +## cli-plugin-typescript |
| 25 | + |
| 26 | +#### Bug Fixes |
| 27 | + |
| 28 | +* **typescript:** fix typo in lint command registration ([#3132](https://github.com/vuejs/vue-cli/issues/3132)) ([796c376](https://github.com/vuejs/vue-cli/commit/796c376)) |
| 29 | +* when eslint is used, pin ts version to ~3.1.1 ([#3214](https://github.com/vuejs/vue-cli/issues/3214)) ([da6bd75](https://github.com/vuejs/vue-cli/commit/da6bd75)) |
| 30 | + |
| 31 | +## cli-plugin-unit-jest |
| 32 | + |
| 33 | +#### Bug Fixes |
| 34 | + |
| 35 | +* **cli-plugin-unit-jest:** When using TS & Babel, make ts-jest use babelConfig ([#3107](https://github.com/vuejs/vue-cli/issues/3107)) ([c9aaa2f](https://github.com/vuejs/vue-cli/commit/c9aaa2f)), closes [#3100](https://github.com/vuejs/vue-cli/issues/3100) |
| 36 | + |
| 37 | +## cli-plugin-unit-mocha |
| 38 | + |
| 39 | +#### Bug Fixes |
| 40 | + |
| 41 | +* set `url` option for `jsdom-global` ([#3131](https://github.com/vuejs/vue-cli/issues/3131)) ([8d81e51](https://github.com/vuejs/vue-cli/commit/8d81e51)), closes [jsdom/jsdom#2304](https://github.com/jsdom/jsdom/issues/2304) |
| 42 | + |
| 43 | +## cli-service |
| 44 | + |
| 45 | +#### Bug Fixes |
| 46 | + |
| 47 | +* `.wasm` extension should have lower priority when resolving modules ([2ac64d6](https://github.com/vuejs/vue-cli/commit/2ac64d6)), closes [#3023](https://github.com/vuejs/vue-cli/issues/3023) |
| 48 | +* better error message for missing key `entry` in `pages` config ([554670b](https://github.com/vuejs/vue-cli/commit/554670b)), closes [#2816](https://github.com/vuejs/vue-cli/issues/2816) |
| 49 | +* **cli-service:** drop webpack NoEmitOnErrorsPlugin usage ([#3210](https://github.com/vuejs/vue-cli/issues/3210)) ([300efa9](https://github.com/vuejs/vue-cli/commit/300efa9)) |
| 50 | + |
| 51 | +## cli-test-utils |
| 52 | + |
| 53 | +#### Bug Fixes |
| 54 | + |
| 55 | +* add missing package ([#2466](https://github.com/vuejs/vue-cli/issues/2466)) ([0ecbb70](https://github.com/vuejs/vue-cli/commit/0ecbb70)) |
| 56 | + |
| 57 | + |
1 | 58 | # [3.2.1](https://github.com/vuejs/vue-cli/compare/v3.2.0...v3.2.1) (2018-11-27)
|
2 | 59 |
|
3 | 60 | ## cli-plugin-eslint
|
|
0 commit comments