Skip to content

Commit c9fcbdb

Browse files
committed
chore: add rollup.js module bundler
1 parent 99cb36a commit c9fcbdb

18 files changed

+3260
-1203
lines changed

Diff for: .babelrc.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ module.exports = {
1515
].filter(Boolean),
1616
env: {
1717
test: {
18-
plugins: [ 'istanbul' ]
18+
plugins: [ 'istanbul', "external-helpers" ]
1919
}
2020
}
2121
};

Diff for: .gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1+
.DS_Store
12
.idea
23
node_modules

Diff for: dist/cjs/custom-tooltips.js

+129
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: dist/cjs/custom-tooltips.js.map

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: dist/esm/custom-tooltips.js

+125
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)