Skip to content

Commit

Permalink
refactor: webpack config write with ts
Browse files Browse the repository at this point in the history
  • Loading branch information
lovelope committed Aug 15, 2019
1 parent 7b496bb commit 140f3f4
Show file tree
Hide file tree
Showing 16 changed files with 350 additions and 93 deletions.
2 changes: 1 addition & 1 deletion babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ module.exports = {
overrides: [
{
test: ['./tools'],
presets: [['@babel/preset-env']],
presets: ['@babel/preset-env', '@babel/preset-typescript'],
},
],
};
Loading

0 comments on commit 140f3f4

Please sign in to comment.