Skip to content

Commit 513a0a0

Browse files
committed
close #1155
1 parent cc89353 commit 513a0a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/build/build.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ rm(path.join(config.build.assetsRoot, config.build.assetsSubDirectory), err => {
2222
process.stdout.write(stats.toString({
2323
colors: true,
2424
modules: false,
25-
children: false,
25+
children: false, // if you are using ts-loader, setting this to false will make tyescript errors show up during build
2626
chunks: false,
2727
chunkModules: false
2828
}) + '\n\n')

0 commit comments

Comments
 (0)