mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-11 19:49:18 +08:00
perf(): remove shims for legacy browsers no longer supported in v6 (#23592)
This commit is contained in:
@@ -180,12 +180,9 @@ export const config: Config = {
|
|||||||
],
|
],
|
||||||
buildEs5: 'prod',
|
buildEs5: 'prod',
|
||||||
extras: {
|
extras: {
|
||||||
cssVarsShim: true,
|
|
||||||
dynamicImportShim: true,
|
dynamicImportShim: true,
|
||||||
initializeNextTick: true,
|
initializeNextTick: true,
|
||||||
safari10: true,
|
scriptDataOpts: true
|
||||||
scriptDataOpts: true,
|
|
||||||
shadowDomShim: true,
|
|
||||||
},
|
},
|
||||||
testing: {
|
testing: {
|
||||||
allowableMismatchedPixels: 200,
|
allowableMismatchedPixels: 200,
|
||||||
|
|||||||
Reference in New Issue
Block a user