Page MenuHomePhabricator

[lib][landing][web] Move Webpack to lib
ClosedPublic

Authored by ashoat on Feb 9 2023, 2:47 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Jun 15, 12:29 AM
Unknown Object (File)
Tue, Jun 11, 9:27 PM
Unknown Object (File)
Sun, Jun 9, 2:10 PM
Unknown Object (File)
Sun, Jun 9, 2:10 PM
Unknown Object (File)
Sun, Jun 9, 2:10 PM
Unknown Object (File)
Sun, Jun 9, 2:10 PM
Unknown Object (File)
Fri, Jun 7, 9:45 AM
Unknown Object (File)
May 28 2024, 5:38 AM
Subscribers

Details

Summary

The webpack NPM module is imported from lib only, so it makes sense for it to be there.

I considered leaving it in web and landing as well since I suspected perhaps webpack-dev-server or webpack-cli need it to be a peer dependency. But I didn't see any issues running the standard workflows (see test plan) so I figured it wasn't necessary.

Test Plan

Ran yarn dev and yarn prod in both web and landing. Ran the web app and landing page and played around

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable