quasarframework / quasar-cli

[DEPRECATED, <= 0.17) Quasar Framework - CLI
https://quasar.dev
MIT License
202 stars 50 forks source link

[Bug] strip-ansi causes script error in IE11 #156

Closed solaris7791 closed 6 years ago

solaris7791 commented 6 years ago

hello, with, Quasar CLI........ v0.17.3 Quasar Framework.. v0.17.2 strip-ansi/index.js causes a script error in IE11 as the module.exports uses a lambda function. I am running quasar in webpack-dev-server, looks like the imports are not transpiled

rstoenescu commented 6 years ago

Would you be so kind as to make the following test? Add "strip-ansi": "3.0.1" in your package.json and yarn/npm install again. Let me know how it goes. Thank you.

solaris7791 commented 6 years ago

hello, yes with strip-ansi: 3.0.1 it works like a charm :) thank you

rstoenescu commented 6 years ago

Ok. Thank you for the reply.

It's already added in CLI, which fixes some use-cases, but it seems that adding it to app's package.json directly is best.

rstoenescu commented 6 years ago

Some more improvements have been made in future CLI v0.17.4