typescript-declaration-webpack-plugin icon indicating copy to clipboard operation
typescript-declaration-webpack-plugin copied to clipboard

Webpack Warning

Open sasial-dev opened this issue 4 years ago • 1 comments

When using the plugin a warning was found:

(node:11760) [DEP_WEBPACK_COMPILATION_ASSETS] DeprecationWarning: Compilation.assets will be frozen in future, all modifications are deprecated.
BREAKING CHANGE: No more changes should happen to Compilation.assets after sealing the Compilation.
        Do changes to assets earlier, e. g. in Compilation.hooks.processAssets.
        Make sure to select an appropriate stage from Compilation.PROCESS_ASSETS_STAGE_*.

sasial-dev avatar Jul 24 '21 10:07 sasial-dev

Webpack Info:

  System:
    OS: Windows 10 10.0.19042
    CPU: (8) x64 Intel(R) Core(TM) i7-8550U CPU @ 1.80GHz
    Memory: 6.38 GB / 15.88 GB
  Binaries:
    Node: 14.17.0 - C:\Program Files\nodejs\node.EXE
    Yarn: 1.22.10 - ~\AppData\Roaming\npm\yarn.CMD
    npm: 6.14.13 - C:\Program Files\nodejs\npm.CMD
  Browsers:
    Edge: Spartan (44.19041.1023.0), Chromium (91.0.864.71)
    Internet Explorer: 11.0.19041.1
  Packages:
    typescript-declaration-webpack-plugin: 0.2.2 => 0.2.2
    webpack: 5.46.0 => 5.46.0
    webpack-cli: 4.7.2 => 4.7.2
    webpack-dev-server: 3.11.2 => 3.11.2

sasial-dev avatar Jul 24 '21 10:07 sasial-dev