-
Overnight, without any changes to package.json or yarn.lock, my build broke. I'm currently using v5.0.0-rc.1 of vue-cli
I remove node_modules and ran yarn install to replicate the issue on my dev machine. But now I'm lost in how to resolve (or report an issue). I'm building a vue-based PWA, and have so far not configured webpack directly - rather relying on the vue-cli plugins to pull all that together for me. The results from vue-inspect have this plugin at [5]:
When I dig into the library code, the plugin class does have an apply method. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
@horuskol Do you have the issue when running I'm seeing a similar issue, and in my project |
Beta Was this translation helpful? Give feedback.
-
This would make sense as https://www.npmjs.com/package/mini-css-extract-plugin was released 15h ago, and has a breaking change in its packaging that seems to affect a lot of people webpack-contrib/mini-css-extract-plugin#896 As a temporary workaround, add
to your project |
Beta Was this translation helpful? Give feedback.
This would make sense as https://www.npmjs.com/package/mini-css-extract-plugin was released 15h ago, and has a breaking change in its packaging that seems to affect a lot of people webpack-contrib/mini-css-extract-plugin#896
As a temporary workaround, add
to your project