Skip to content

Commit

Permalink
set output.strictModuleExceptionHandling option (#655)
Browse files Browse the repository at this point in the history
  • Loading branch information
nkzawa authored and rauchg committed Jan 5, 2017
1 parent 8570d19 commit 47a7a48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/build/webpack.js
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 175,7 @@ export default async function createCompiler (dir, { dev = false, quiet = false
filename: '[name]',
libraryTarget: 'commonjs2',
publicPath: '/_webpack/',
strictModuleExceptionHandling: true,
devtoolModuleFilenameTemplate ({ resourcePath }) {
const hash = createHash('sha1')
hash.update(Date.now() '')
Expand Down

0 comments on commit 47a7a48

Please sign in to comment.