Unverified Commit 46793c48 authored by Raz Luvaton's avatar Raz Luvaton Committed by GitHub
Browse files

fix typo

parent 5330ce23
Showing with 1 addition and 1 deletion
+1 -1
......@@ -256,7 +256,7 @@ module.exports = function (webpackEnv) {
level: 'none',
},
optimization: {
moduleId: isEnvProduction
moduleIds: isEnvProduction
? 'deterministic' // Setting to deterministic to benift from long-term caching
: 'named', // Better for debugging
minimize: isEnvProduction,
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment