feat(rollup-plugin-html): release v1

BREAKING CHANGE: trigger v1 release
This commit is contained in:
Lars den Bakker
2020-04-12 14:58:53 +02:00
committed by Thomas Allmer
parent e55d695e16
commit f401b94e7e

View File

@@ -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';