Skip to content

Commit e5576c3

Browse files
fix(plugin-html): typo in the Safari 10 nomodule snippet (#1483)
1 parent b49ce69 commit e5576c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/plugin-legacy/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ function viteLegacyPlugin(options = {}) {
267267
// 2. inject Safari 10 nomodule fix
268268
tags.push({
269269
tag: 'script',
270-
attrs: { nomdoule: true },
270+
attrs: { nomodule: true },
271271
children: safari10NoModuleFix,
272272
injectTo: 'body'
273273
})

0 commit comments

Comments
 (0)