laravel-mix-versionhash
Advanced tools
Comparing version 1.0.6 to 1.0.7
{ | ||
"license": "MIT", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"author": "ctf0", | ||
@@ -5,0 +5,0 @@ "name": "laravel-mix-versionhash", |
@@ -57,3 +57,4 @@ const mix = require('laravel-mix') | ||
if (webpackConfig.output.chunkFilename) { | ||
let usesExtract = webpackConfig.optimization && webpackConfig.optimization.runtimeChunk | ||
if (webpackConfig.output.chunkFilename && !usesExtract) { | ||
// merge chunkFilename paths | ||
@@ -60,0 +61,0 @@ let directory = path.dirname(webpackConfig.output.chunkFilename) |
6734
73