mirror of
https://github.com/jlengrand/open-wc.git
synced 2026-03-10 08:31:19 +00:00
feat(rollup-plugin-html): release v1
BREAKING CHANGE: trigger v1 release
This commit is contained in:
committed by
Thomas Allmer
parent
e55d695e16
commit
f401b94e7e
@@ -351,7 +351,7 @@ When you configure rollup to generate multiple build outputs you can inject all
|
||||
|
||||
To do this, create one parent `@open-wc/rollup-plugin-html` instance and use `addOutput` to create two child plugins for each separate rollup output.
|
||||
|
||||
Each output defines a unique name, this can be used to retreive the correct bundle from `bundles` argument when creating the HTML template.
|
||||
Each output defines a unique name, this can be used to retrieve the correct bundle from `bundles` argument when creating the HTML template.
|
||||
|
||||
```js
|
||||
import html from '@open-wc/rollup-plugin-html';
|
||||
|
||||
Reference in New Issue
Block a user