pawelgabryelewicz / babel-preset-typescript-vue

TypeScript preset for Babel 7.x supporting Vue.js components written in TS
MIT License
22 stars 4 forks source link

"Unterminated regular expression" Error #3

Open danii opened 4 years ago

danii commented 4 years ago

I keep getting an "Unterminated regular expression" error on simple XML code. image

Here is my gulpfile.js: image Where...

pawelgabryelewicz commented 4 years ago

It might be related to the XML parser again. Does it happen if your change <header></header> to <header />?

pawelgabryelewicz commented 4 years ago

And also... please check the latest version (1.1.1) - it might solve the issue. I have replaced the XML parser with the original Vue template parser.