Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit 3348cce

Browse files
committed
fix webpack example
1 parent aec9103 commit 3348cce

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

public/docs/_examples/webpack/ts/config/webpack.common.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,10 @@ module.exports = {
2424
rules: [
2525
{
2626
test: /\.ts$/,
27-
loaders: ['awesome-typescript-loader', 'angular2-template-loader']
27+
loaders: [{
28+
loader: 'awesome-typescript-loader',
29+
options: { configFileName: helpers.root('src', 'tsconfig.json') }
30+
} , 'angular2-template-loader']
2831
},
2932
{
3033
test: /\.html$/,

0 commit comments

Comments
 (0)