- Issue created by @prudloff
- @prudloff opened merge request.
- Status changed to Needs review
about 1 year ago 1:46pm 20 October 2023
The starter README says "plugins can be built with yarn build or yarn watch".
IMHO, it should also explain that yarn watch
uses webpack dev mode and produces JS files that should not be distributed (because they are larger and use eval()
).
Explain in the README that yarn build
should be used if the JS files are going to be committed or distributed.
Needs review
1.0
Documentation