Page MenuHomePhabricator

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

Authored by atul on Jan 26 2023, 10:19 AM.
Tags
None
Referenced Files
F3499036: D6397.diff
Thu, Dec 19, 10:21 PM
Unknown Object (File)
Fri, Nov 22, 2:30 AM
Unknown Object (File)
Fri, Nov 22, 2:30 AM
Unknown Object (File)
Fri, Nov 22, 2:30 AM
Unknown Object (File)
Fri, Nov 22, 2:30 AM
Unknown Object (File)
Fri, Nov 22, 2:29 AM
Unknown Object (File)
Nov 8 2024, 10:52 AM
Unknown Object (File)
Nov 8 2024, 8:14 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
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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