WebJamApps / breakpointministries

MIT License
0 stars 0 forks source link

Fix webpack warnings #38

Closed JoshuaVSherman closed 3 years ago

JoshuaVSherman commented 3 years ago
ℹ 「wds」: Project is running at http://localhost:9000/
ℹ 「wds」: webpack output is served from undefined
ℹ 「wds」: Content not from webpack is served from /home/joshua/WebJamApps/breakpointministries/dist
ℹ 「wds」: 404s will fallback to /index.html
(node:53773) [DEP_WEBPACK_TEMPLATE_PATH_PLUGIN_REPLACE_PATH_VARIABLES_HASH] DeprecationWarning: [hash] is now [fullhash] (also consider using [chunkhash] or [contenthash], see documentation for details)
(Use `node --trace-deprecation ...` to show where the warning was created)
(node:53773) [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_*.