Skip to content

Commit

Permalink
fix(plugin-html): typo in the Safari 10 nomodule snippet (#1483)
Browse files Browse the repository at this point in the history
  • Loading branch information
titouanmathis committed Jan 11, 2021
1 parent b49ce69 commit e5576c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/plugin-legacy/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ function viteLegacyPlugin(options = {}) {
// 2. inject Safari 10 nomodule fix
tags.push({
tag: 'script',
attrs: { nomdoule: true },
attrs: { nomodule: true },
children: safari10NoModuleFix,
injectTo: 'body'
})
Expand Down

0 comments on commit e5576c3

Please sign in to comment.