Skip to content

Commit b983d29

Browse files
committed
enable legacy build
1 parent 8ad3144 commit b983d29

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

vite.config.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,10 @@ export default defineConfig({
5757
retention: 172800,
5858
},
5959
}),
60-
// legacy({
61-
// targets: ['defaults', 'not IE 11'],
62-
// polyfills: true,
63-
// }),
60+
legacy({
61+
targets: ['defaults', 'not IE 11'],
62+
polyfills: true,
63+
}),
6464
manifestSRI(),
6565
createHtmlPlugin({
6666
minify: true,

0 commit comments

Comments
 (0)