Fix comment typo (#6036)

This commit is contained in:
shawtung
2018-12-31 10:45:05 +08:00
committed by Ian Schmitz
parent 6fc1993728
commit 1aca3cc416

View File

@@ -249,7 +249,7 @@ module.exports = function(webpackEnv) {
chunks: 'all',
name: false,
},
// Keep the runtime chunk seperated to enable long term caching
// Keep the runtime chunk separated to enable long term caching
// https://twitter.com/wSokra/status/969679223278505985
runtimeChunk: true,
},