Skip to content

Commit

Permalink
feat: babel config
Browse files Browse the repository at this point in the history
To use in the future
  • Loading branch information
aminya committed Sep 2, 2020
1 parent 68dd525 commit c7c2153
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions babel.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
let presets = ["babel-preset-atomic"]

let plugins = []

module.exports = {
presets: presets,
plugins: plugins,
exclude: "node_modules/**",
sourceMap: true,
}

0 comments on commit c7c2153

Please sign in to comment.