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',
|
||||
extras: {
|
||||
cssVarsShim: true,
|
||||
dynamicImportShim: true,
|
||||
initializeNextTick: true,
|
||||
safari10: true,
|
||||
scriptDataOpts: true,
|
||||
shadowDomShim: true,
|
||||
scriptDataOpts: true
|
||||
},
|
||||
testing: {
|
||||
allowableMismatchedPixels: 200,
|
||||
|
||||
Reference in New Issue
Block a user