Skip to content
This repository was archived by the owner on Feb 22, 2021. It is now read-only.

Commit afa7d12

Browse files
committed
build: fix tsconfig file name
1 parent 5e1f2f1 commit afa7d12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/webpack.base.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ module.exports = {
2424
loaders: [
2525
{
2626
loader: 'awesome-typescript-loader',
27-
options: { configFileName: path.resolve(__dirname, '../examples/tsconfig.json') },
27+
options: { configFileName: path.resolve(__dirname, '../examples/tsconfig.ex.json') },
2828
},
2929
],
3030
},

0 commit comments

Comments
 (0)