Skip to content

Commit efae160

Browse files
using LastCallWebpackPlugin.prototype.PHASE.OPTIMIZE_CHUNK_ASSETS
1 parent 5674c44 commit efae160

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ function OptimizeCssAssetsPlugin(options) {
2323
this.lastCallInstance = new LastCallWebpackPlugin({
2424
assetProcessors: [
2525
{
26-
phase: LastCallWebpackPlugin.PHASE.OPTIMIZE_CHUNK_ASSETS,
26+
phase: LastCallWebpackPlugin.prototype.PHASE.OPTIMIZE_CHUNK_ASSETS,
2727
regExp: this.options.assetNameRegExp,
2828
processor: function (assetName, asset, assets) {
2929
return self.processCss(assetName, asset, assets);

0 commit comments

Comments
 (0)