webpack [DEP_WEBPACK_COMPILATION_ASSETS] DeprecationWarning: Compilation.assets will be frozen in future
webpack报[DEP_WEBPACK_COMPILATION_ASSETS] DeprecationWarning,是由于webpack升级到5.x版本后导致的,可尝试更新引起出错的包到最新版本。如果使用的插件没有新版本解决该问题时,只能弃用该包或者换用其他包。
2021-01-30 72℃

