updated ie target version

This commit is contained in:
srgooglo 2020-10-20 14:14:14 +02:00
parent 63bb85cf5c
commit 7b1962d778

View File

@ -9,7 +9,7 @@ export default defineConfig({
// dynamicImport: false,
// history: { type: "hash" },
targets: { ie: 9 },
targets: { ie: 11 },
dva: { immer: true },
ignoreMomentLocale: true,
mountElementId: "root",