mirror of
https://github.com/jlengrand/open-wc.git
synced 2026-03-10 08:31:19 +00:00
docs(rollup-plugin-html): fix syntax error in example (#1511)
This commit is contained in:
@@ -102,7 +102,7 @@ export default {
|
||||
output: { dir: 'dist' },
|
||||
plugins: [
|
||||
html({
|
||||
inputHtml: '<html><script type="module" src="./app.js></script></html>',
|
||||
inputHtml: '<html><script type="module" src="./app.js"></script></html>',
|
||||
}),
|
||||
],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user