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
This would allow any user to add additional babel presets like for react at the time CMD is run. possibly as an npm script (like in #3 ), or chained as part of babel-node? (but what about presets?).
This would allow any user to add additional babel presets like for react at the time
CMD
is run. possibly as an npm script (like in #3 ), or chained as part of babel-node? (but what about presets?).So given a default
Expose an npm script could be run by the user, following that pattern? e.g.
CMD ["ssr:hook:start"]
and in package.json
The text was updated successfully, but these errors were encountered: