Skip to content

Commit

Permalink
yarn workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
kutlugsahin committed Mar 6, 2019
1 parent a3ea30b commit 5af926d
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 2,917 deletions.
10 changes: 0 additions & 10 deletions .babelrc

This file was deleted.

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

return {
presets: [
"@babel/preset-typescript",
"@babel/preset-react",
"@babel/preset-env"
],
plugins: [
"@babel/plugin-proposal-class-properties"
]
};
}

Loading

0 comments on commit 5af926d

Please sign in to comment.