We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc89353 commit 513a0a0Copy full SHA for 513a0a0
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,
+ children: false, // if you are using ts-loader, setting this to false will make tyescript errors show up during build
26
chunks: false,
27
chunkModules: false
28
}) + '\n\n')
0 commit comments