Skip to content

Commit 906faa8

Browse files
committed
Fix rollup to ensure bundle output can be analyzed
1 parent f8fd9a8 commit 906faa8

File tree

5 files changed

+1790
-1564
lines changed

5 files changed

+1790
-1564
lines changed

.babelrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"presets": ["@babel/preset-env", "@babel/preset-react"],
2+
"presets": ["@babel/preset-env", "@babel/preset-react", "@babel/preset-typescript"],
33
"plugins": [
44
"@babel/transform-runtime",
55
"@babel/plugin-proposal-nullish-coalescing-operator",

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ storybook-static
2424
# Rollup artifacts
2525
rollup.build.*
2626
index.js
27+
index.js.map
2728
index.less
2829
index.css
2930
index.css.map

0 commit comments

Comments
 (0)