Skip to content

Instantly share code, notes, and snippets.

View wjureczka's full-sized avatar
:shipit:

Wojciech Jureczka wjureczka

:shipit:
  • Stealth Mode
  • Earth
View GitHub Profile

My stencil + storybook setup

  1. Setup your stencil project as usual
  2. Add storybook: npx -p @storybook/cli sb init --type react (we use react so you can use JSX inside your stories)
  3. Add required deps: npm add @babel/plugin-syntax-import-meta @open-wc/webpack-import-meta-loader webpack-merge -D
  4. preview.js:
import { defineCustomElements } from "../dist/esm/loader";