Closed
Description
Version
2.6.3
Reproduction link
https://github.com/inherithandle/vue-webpack-simple-project
Steps to reproduce
- git clone https://github.com/inherithandle/vue-webpack-simple-project
- run "npm install"
- run "npm run build"
- open ./dist/index.html
What is expected?
I expected index.html to be rendered successfully.
What is actually happening?
I get the error: "SyntaxError: invalid range in character class"
I think it is similar to the issue #2291.