Skip to content

Commit

Permalink
fix(dist-custom-elements): build custom elements bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
borisdiakur committed Nov 17, 2021
1 parent 3105297 commit 2a03561
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docs/pages/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ defineCustomElements()

### dist-custom-elements

The [dist-custom-elements](https://stenciljs.com/docs/custom-elements) output target is used to generate custom elements in a more optimized way for tree shaking, and it's the recommended approach when using any frontend framework integrations. The generated output consists of ES Modules which helps bundlers to parse and optimize the code.
The [dist-custom-elements](https://stenciljs.com/docs/custom-elements) output target is used to generate custom elements in a more optimized way for tree shaking, and is the recommended choice when using any frontend framework integrations. The generated output consists of ES Modules which helps bundlers to parse and optimize the code.

```js
import { LdButton } from '@emdgroup-liquid/liquid/dist/components/ld-button'
Expand Down

0 comments on commit 2a03561

Please sign in to comment.