Open adamstankiewicz opened 11 months ago
Add the following NPM script to consuming package.json files for micro-frontends, including frontend-template-application.
{ "scripts": { "start:with-theme": "paragon install-theme && npm start && npm install" } }
If a consuming project is not on the latest version, defer for now but note it as a comment on this issue.
Opened new PRs:
Not the latest Paragon version:
Add the following NPM script to consuming package.json files for micro-frontends, including frontend-template-application.
If a consuming project is not on the latest version, defer for now but note it as a comment on this issue.