Commit 56931ef
making it work with webpack compression plugin (NMFR#18)
Support webpack compression plugin
webpack compression plugin use the phase 'compilation.optimize-assets' so we should use the phase 'compilation.optimize-chunk-assets'
* using LastCallWebpackPlugin.PHASE.OPTIMIZE_CHUNK_ASSETS
* using LastCallWebpackPlugin.prototype.PHASE.OPTIMIZE_CHUNK_ASSETS1 parent d57dace commit 56931ef
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
| |||
0 commit comments