Skip to content

Commit

Permalink
correct wording for #1155
Browse files Browse the repository at this point in the history
  • Loading branch information
LinusBorg committed Dec 14, 2017
1 parent 76a76c5 commit 2d99f8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/build/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ rm(path.join(config.build.assetsRoot, config.build.assetsSubDirectory), err => {
process.stdout.write(stats.toString({
colors: true,
modules: false,
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
chunks: false,
chunkModules: false
}) + '\n\n')
Expand Down

0 comments on commit 2d99f8c

Please sign in to comment.