Skip to content

Commit

Permalink
feat(webpack-config): added ts file type to babel loader
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Hayes committed Dec 8, 2020
1 parent a23064a commit e7e1b3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webpack/parts/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const core = {
},
},
{
test: /\.js$/,
test: /\.(ts|js)$/,
loader: 'babel-loader',
},
{
Expand Down

0 comments on commit e7e1b3a

Please sign in to comment.