Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/canary' into remove-import-type
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk committed Dec 22, 2020
2 parents 896040b + 64c1f72 commit a51b75d
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// @ts-nocheck
import * as path from 'path'

import webpack, { ModuleFilenameHelpers } from 'webpack'
import webpack, { ModuleFilenameHelpers, Compilation } from 'webpack'
import sources from 'webpack-sources'
import pLimit from 'p-limit'
import jestWorker from 'jest-worker'
Expand Down Expand Up @@ -352,8 +352,7 @@ class TerserPlugin {
compilation.hooks.processAssets.tapPromise(
{
name: pluginName,
stage:
compiler.webpack.Compilation.PROCESS_ASSETS_STAGE_OPTIMIZE_SIZE,
stage: Compilation.PROCESS_ASSETS_STAGE_OPTIMIZE_SIZE,
},
(assets) =>
this.optimize(
Expand Down

0 comments on commit a51b75d

Please sign in to comment.