Skip to content

Commit

Permalink
change configFileName => tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
Maigo Erit committed Jun 21, 2017
1 parent 1a67a09 commit 72f4413
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.main.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ module.exports = ({ production, server, extractCss, coverage } = {}) => ({
{
test: /\.ts$/i,
loader: 'awesome-typescript-loader',
options: { configFileName: 'tsconfig.main.json' }
options: { tsconfig: 'tsconfig.main.json' }
}
]
},
Expand Down

0 comments on commit 72f4413

Please sign in to comment.