The set of targets is the default for Vite,
but with chrome87 replaced with chrome74.
This is similar to the fix I had previously
to do in the XDC store: webxdc/store#27
link2xt/target-chrome-74 into main The set of targets is the default for Vite,
but with chrome87 replaced with chrome74.
This is similar to the fix I had previously
to do in the XDC store: webxdc/store#27
The set of targets is the default for Vite, but with chrome87 replaced with chrome74. This is similar to the fix I had previously to do in the XDC store: webxdc/store#27
@ -2,2 +2,4 @@
export default defineConfig({
build: {
target: ['es2020', 'edge88', 'firefox78', 'chrome74', 'safari14'],
Maybe it makes sense to also bump down edge since it's Chromium-based. Or to remove it, since webxdc apps don't run on Edge.
so, vite does some transpiling depending on these settings? and chose bad defaults?
anyways, moving that in as it fixes a concrete bug, thanks a lot!
so, vite does some transpiling depending on these settings? and chose bad defaults?
Not sure if you can call them bad, since it's us who are using new features, so we're responsible for that.
No due date set.
No dependencies set.
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?