Skip to content

Commit

Permalink
Enable webpack_compile_output and errorDetails by default (#2316)
Browse files Browse the repository at this point in the history
  • Loading branch information
LuanGB authored and gauravtiwari committed Nov 6, 2019
1 parent aaef812 commit ce9c210
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/install/config/webpacker.yml
Expand Up @@ -7,7 +7,7 @@ default: &default
public_output_path: packs
cache_path: tmp/cache/webpacker
check_yarn_integrity: false
webpack_compile_output: false
webpack_compile_output: true

# Additional paths webpack should lookup modules
# ['app/assets', 'engine/foo/app/assets']
Expand Down
2 changes: 1 addition & 1 deletion package/environments/development.js
Expand Up @@ -40,7 +40,7 @@ module.exports = class extends Base {
overlay: devServer.overlay,
stats: {
entrypoints: false,
errorDetails: false,
errorDetails: true,
modules: false,
moduleTrace: false
},
Expand Down

0 comments on commit ce9c210

Please sign in to comment.