Skip to content

Commit

Permalink
fix: Merge pull request #32 from nrgwsth/patch-1
Browse files Browse the repository at this point in the history
Update webpack.config.js
  • Loading branch information
emyann committed Sep 26, 2018
2 parents f99e686 + 2ddbda5 commit 3c480dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/cli/template/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ var config = {
rules: [
{
enforce: 'pre',
test: /\.ts?$/,
exclude: ['node_modules'],
test: /\.tsx?$/,
exclude: [/\/node_modules\//],
use: ['awesome-typescript-loader', 'source-map-loader']
},
!isProd
Expand Down

0 comments on commit 3c480dc

Please sign in to comment.