Skip to content
This repository has been archived by the owner on Aug 23, 2023. It is now read-only.

Commit

Permalink
Add rollup
Browse files Browse the repository at this point in the history
  • Loading branch information
Carter committed Oct 18, 2018
1 parent 141cbe5 commit 6a063d2
Show file tree
Hide file tree
Showing 15 changed files with 1,934 additions and 110 deletions.
4 changes: 0 additions & 4 deletions .babelrc

This file was deleted.

16 changes: 16 additions & 0 deletions babel.config.js
@@ -0,0 +1,16 @@
module.exports = function(api) {
api.cache(true);
return {
presets: ['@babel/preset-env'],
plugins: [
[
'@babel/plugin-proposal-class-properties',
{
loose: true
}
],
'@babel/plugin-external-helpers',
'@babel/plugin-transform-runtime'
]
};
};
1 change: 0 additions & 1 deletion dist/zeroth.amd.js

This file was deleted.

0 comments on commit 6a063d2

Please sign in to comment.