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

.babelrc.js

Lines changed: 1 addition & 1 deletion
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
};

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1+
.DS_Store
12
.idea
23
node_modules

dist/cjs/custom-tooltips.js

Lines changed: 129 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/cjs/custom-tooltips.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/esm/custom-tooltips.js

Lines changed: 125 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)