Skip to content

Commit

Permalink
Merge pull request #3 from coreui/dev-rollup
Browse files Browse the repository at this point in the history
chore: add rollup.js module bundler
  • Loading branch information
xidedix authored Apr 24, 2018
2 parents 99cb36a + c9fcbdb commit 7c41bb0
Show file tree
Hide file tree
Showing 18 changed files with 3,260 additions and 1,203 deletions.
2 changes: 1 addition & 1 deletion .babelrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module.exports = {
].filter(Boolean),
env: {
test: {
plugins: [ 'istanbul' ]
plugins: [ 'istanbul', "external-helpers" ]
}
}
};
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.DS_Store
.idea
node_modules
129 changes: 129 additions & 0 deletions dist/cjs/custom-tooltips.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/cjs/custom-tooltips.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

125 changes: 125 additions & 0 deletions dist/esm/custom-tooltips.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 7c41bb0

Please sign in to comment.