[Pkg-javascript-devel] Browserify and webpack concern and help needed
Bastien ROUCARIES
roucaries.bastien at gmail.com
Fri Jun 8 15:22:19 BST 2018
Hi,
javascript package are often browserified or webpacked.
Webpack or browserify takes modules with dependencies and generates
static assets representing those modules.
In fact it is a static linking of dependency in one js files.
So the problem is:
- every time a module change on the depends we must repack.
- If I read correctly policy we must use Built-Using field.
So I think we must create a dh_tools for this uses.
Bastien
.
More information about the Pkg-javascript-devel
mailing list