Skip to content

Commit

Permalink
fix: re-added esm output from microbundle (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjitrosch committed Apr 25, 2022
1 parent 7e6b53b commit 1bcd5a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -24,7 +24,7 @@
"types": "./dist/index.d.ts",
"scripts": {
"start": "start-storybook -p 6006",
"dist": "microbundle --jsx React.createElement --jsxFragment React.Fragment --jsxImportSource react --globals react/jsx-runtime=jsx --format modern,cjs --css inline --compress false",
"dist": "microbundle --jsx React.createElement --jsxFragment React.Fragment --jsxImportSource react --globals react/jsx-runtime=jsx --format modern,cjs,esm --css inline --compress false",
"docs": "build-storybook -o ./docs -s ./public --no-manager-cache",
"test": "jest",
"format": "prettier --write ./src",
Expand Down

0 comments on commit 1bcd5a0

Please sign in to comment.