Skip to content

Commit

Permalink
updating babel for build/npm publish
Browse files Browse the repository at this point in the history
  • Loading branch information
klappy committed Sep 16, 2019
1 parent 1863c8a commit 40ea321
Show file tree
Hide file tree
Showing 6 changed files with 2,033 additions and 10,211 deletions.
4 changes: 0 additions & 4 deletions .babelrc

This file was deleted.

11 changes: 11 additions & 0 deletions babel.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
module.exports = function(api) {
api.cache(true);

const presets = ["@babel/preset-env", "@babel/preset-react"];
const plugins = [];

return {
presets,
plugins,
};
};
Loading

0 comments on commit 40ea321

Please sign in to comment.