Page MenuHomePhabricator

[web] Introduce `copy-webpack-plugin` webpack plugin
ClosedPublic

Authored by atul on Jan 26 2023, 10:19 AM.
Tags
None
Referenced Files
Unknown Object (File)
Apr 5 2024, 12:45 AM
Unknown Object (File)
Apr 5 2024, 12:45 AM
Unknown Object (File)
Apr 5 2024, 12:45 AM
Unknown Object (File)
Apr 5 2024, 12:45 AM
Unknown Object (File)
Apr 5 2024, 12:41 AM
Unknown Object (File)
Feb 26 2024, 3:36 PM
Unknown Object (File)
Feb 21 2024, 7:47 PM
Unknown Object (File)
Feb 21 2024, 1:35 AM
Subscribers
None

Details

Summary

LICENSE: MIT
GitHub (2.8k stars): https://github.com/webpack-contrib/copy-webpack-plugin

Context: https://linear.app/comm/issue/ENG-2831#comment-8c75b7cc, https://linear.app/comm/issue/ENG-2831#comment-1520f67c

We use copy-webpack-plugin in subsequent diff to make olm.wasm accessible to olm.js in the browser.

Test Plan

Tested implicitly by next diff

Diff Detail

Repository
rCOMM Comm
Branch
arcpatch-D6397 (branched from master)
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

atul published this revision for review.Jan 26 2023, 10:20 AM
atul edited the summary of this revision. (Show Details)

Please move to devDependencies before landing

web/package.json
91 ↗(On Diff #21381)

This should go in devDependencies I think, since that's where webpack et. al. are

This revision is now accepted and ready to land.Jan 26 2023, 11:56 AM