vuejs / vue-component-compiler

Compile a single file Vue component into a CommonJS module.
MIT License
343 stars 52 forks source link

replace \ with \\ in minified style/template #14

Closed zhongqf closed 7 years ago

zhongqf commented 9 years ago

ensure that code like "content:'\e940';" can be inserted into build.js properly.

yyx990803 commented 9 years ago

Can you try to add a test case for this?