Open
Description
Version
12.2.1
Reproduction link
https://github.com/trainiac/hmr-vue-loader-12-bug
Steps to reproduce
-
Run the server
$ git clone git@github.com:trainiac/hmr-vue-loader-12-bug.git
$ cd hmr-vue-loader-12-bug
$ npm install
$ node ./server.js -
Edit anything in the script section of App.vue and save
-
Notice the error in the console.
What is expected?
Hot update
What is actually happening?
An error is being thrown
Uncaught TypeError: Cannot read property 'hot' of undefined
I've tested vue-loader 11.0.0 and this bug does not exist. I also don't get this bug without using CSS modules.