You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you include a data-component-imports attribute on a component in WebFlow as described in the reacterminator docs here, stanza includes the import statements at the top of the component file, but it does not add the corresponding npm packages to package.json.
Perhaps it is too complex for stanza to be responsible for this in addition to everything else it is doing, but it would be helpful for the script to at least output to the console a message that says something like,
Some of the generated components are importing custom npm packages. Be sure to add the correct versions of these packages to package.json:
- moment
- ...
- etc.
The text was updated successfully, but these errors were encountered:
If you include a
data-component-imports
attribute on a component in WebFlow as described in the reacterminator docs here, stanza includes the import statements at the top of the component file, but it does not add the corresponding npm packages to package.json.Perhaps it is too complex for stanza to be responsible for this in addition to everything else it is doing, but it would be helpful for the script to at least output to the console a message that says something like,
The text was updated successfully, but these errors were encountered: