We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76a76c5 commit 2d99f8cCopy full SHA for 2d99f8c
template/build/build.js
@@ -22,7 +22,7 @@ rm(path.join(config.build.assetsRoot, config.build.assetsSubDirectory), err => {
22
process.stdout.write(stats.toString({
23
colors: true,
24
modules: false,
25
- children: false, // if you are using ts-loader, setting this to false will make tyescript errors show up during build
+ children: false, // if you are using ts-loader, setting this to true will make tyescript errors show up during build
26
chunks: false,
27
chunkModules: false
28
}) + '\n\n')
0 commit comments