-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Modern mode build option #5899
Labels
Comments
J3m5
referenced
this issue
Mar 30, 2020
It's coming. Stay tuned. |
rstoenescu
added a commit
that referenced
this issue
May 24, 2020
rstoenescu
added a commit
that referenced
this issue
May 24, 2020
rstoenescu
added a commit
that referenced
this issue
May 24, 2020
Modern mode will be available in "@quasar/app" v1.9. $ quasar build [....] --modern
$ quasar dev [...] --modern
# or through quasar.conf.js > build > modern: true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@VitalyEmelyanov requested here a modern mode build option. This is still relevant to reduce build size and improve performance in modern browsers (old browsers are still supported).
For newer browsers the transpiled ES5 code bundled with polyfills is unnecessary and slower then ES6+ code. Please add an option to quasar.conf, which will then if enabled create two bundles, one modern es6+ bundle and one legacy es5 bundle.
The text was updated successfully, but these errors were encountered: