Should the scheme modules be stored independently on disk? #14
TomStrepsil
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The webpack package has some in-line code in string templates, since the scripts must be generated with replacements; webpack does not accept dynamic values at build time:
here:
and here:
It'd perhaps be nice to have this code as templated javascript, to perhaps allow rudimentary unit testing, and for them to perhaps move independently of the Webpack plugin itself.
However, the interface is coupled closely to the Webpack plugin code itself, so may be unlikely to change.
Perhaps would be of more use as new scheme modules or variations of such are needed by some new functionality in future.
plop is a tool that could be used for this purpose?
Beta Was this translation helpful? Give feedback.
All reactions