-
-
Notifications
You must be signed in to change notification settings - Fork 33.8k
Closed
Labels
Description
Version
2.6.3
Reproduction link
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.