This Pull Request updates dependency vue-loader from ~14.1.0 to ~14.2.0
Release Notes
### [`v14.2.0`](https://github.com/vuejs/vue-loader/releases/v14.2.0)
##### Features
* New option `threadMode`: set this to `true` enables fs-based options sharing. Only needed when using with HappyPack or `thread-loader`.
* New option `postcss.cascade`: setting this to `true` allows using cascading postcss config files. ([#1147](`https://github.com/vuejs/vue-loader/issues/1147`)) ([dddd911](https://github.com/vuejs/vue-loader/commit/dddd911)), closes [#1063](`https://github.com/vuejs/vue-loader/issues/1063`)
* use more sensible default localIdentName for css modules (now `[local]_[hash:base64:8]`) ([084bf3d](https://github.com/vuejs/vue-loader/commit/084bf3d))
##### Bug Fixes
* Removed use of `this._compilation`, fixing #1160 and compat with HappyPack / `thread-loader`
* get transformToRequire from vueOptions instead of options for template-compiler ([#1175](`https://github.com/vuejs/vue-loader/issues/1175`)) ([8b912ad](https://github.com/vuejs/vue-loader/commit/8b912ad))
* removed module id for non-scoped component ([#1146](`https://github.com/vuejs/vue-loader/issues/1146`)) ([0b36a2c](https://github.com/vuejs/vue-loader/commit/0b36a2c)), closes [#853](`https://github.com/vuejs/vue-loader/issues/853`)
* avoid adding index to css modules in first
This Pull Request updates dependency vue-loader from
~14.1.0
to~14.2.0
Release Notes
### [`v14.2.0`](https://github.com/vuejs/vue-loader/releases/v14.2.0) ##### Features * New option `threadMode`: set this to `true` enables fs-based options sharing. Only needed when using with HappyPack or `thread-loader`. * New option `postcss.cascade`: setting this to `true` allows using cascading postcss config files. ([#1147](`https://github.com/vuejs/vue-loader/issues/1147`)) ([dddd911](https://github.com/vuejs/vue-loader/commit/dddd911)), closes [#1063](`https://github.com/vuejs/vue-loader/issues/1063`) * use more sensible default localIdentName for css modules (now `[local]_[hash:base64:8]`) ([084bf3d](https://github.com/vuejs/vue-loader/commit/084bf3d)) ##### Bug Fixes * Removed use of `this._compilation`, fixing #1160 and compat with HappyPack / `thread-loader` * get transformToRequire from vueOptions instead of options for template-compiler ([#1175](`https://github.com/vuejs/vue-loader/issues/1175`)) ([8b912ad](https://github.com/vuejs/vue-loader/commit/8b912ad)) * removed module id for non-scoped component ([#1146](`https://github.com/vuejs/vue-loader/issues/1146`)) ([0b36a2c](https://github.com/vuejs/vue-loader/commit/0b36a2c)), closes [#853](`https://github.com/vuejs/vue-loader/issues/853`) * avoid adding index to css modules in first