help for ie11 support
-
I have some problem with ie 11 suppport ,my enviroment:
Dev mode.......... spa Pkg quasar........ v1.14.2 Pkg @quasar/app... v1.9.6 Debugging......... enabled
qusar.conf.js:
supportIE: true,
package.json:
"browserslist": [ "ie >= 11", ...
When use quasar dev: it works fine in ie 11
but when quasar build: it shows a blank page in ie 11 and there is some error:SCRIPT1006: 缺少 ')' vendor.8a1202f7.js (120,103234)
the code is packed,so I am not sure which cause the error…
-
I has some .js in src/statics, is this caused? how to solve it?
-
@weide you probably need to upgrade your @quasar/app package too https://quasar.dev/quasar-cli/app-upgrade-guide.
-
@metalsadman
Thank you, but in the end I gave up IE and gave the following tips:*From January 12, 2016, Microsoft officially stopped pushing updates for the old version of IE browser, and only supported ie11 since then.
*In December 2018, Microsoft officially confirmed that edge browser will migrate from edgehtml kernel to chromium kernel, and log in to windows and MacOS platforms at the same time.
*In August 2020, Microsoft announced that several products will stop supporting ie11 and will be phased out
*With effect from November 13, 2020, support for “my apps”, “my account”, “my access” and “my groups” for Internet Explorer will be terminated, and users are advised to use Microsoft edge, chrome or Firefox.
*From November 30, 2020, Microsoft teams web application will stop supporting ie11;
*By August 17, 2021, Microsoft 365 applications and services will completely stop supporting ie11. -
@weide good choice.
-
probably caused by one of your non quasar dependencies.