Skip to content

Commit

Permalink
Fixed webpack config.
Browse files Browse the repository at this point in the history
  • Loading branch information
sjohnsonaz committed Feb 10, 2020
1 parent a381541 commit 525bffe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ module.exports = {
path: path.resolve(__dirname, './test/build')
},
resolve: {
extensions: ['.webpack.js', '.web.js', '.js', '.css', '.styl']
extensions: ['.webpack.js', '.web.js', '.ts', '.tsx', '.js', '.css', '.styl']
},
module: {
rules: [{
Expand Down

0 comments on commit 525bffe

Please sign in to comment.