Skip to content

Commit

Permalink
feat: Export to index JS
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyhuy committed Sep 13, 2020
1 parent 821aeeb commit 08a5dc0
Show file tree
Hide file tree
Showing 8 changed files with 500 additions and 94 deletions.
7 changes: 6 additions & 1 deletion babel.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
module.exports = {
presets: ['@babel/preset-env'],
plugins: ['@babel/plugin-transform-runtime']
ignore: ['**/*.spec.js', '**/*.test.js'],
plugins: [
'@babel/plugin-transform-runtime',
'@babel/plugin-transform-modules-commonjs'
],
sourceMaps: 'both'
}
Loading

0 comments on commit 08a5dc0

Please sign in to comment.