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
Currently the production build ignores any additions that are made in the app's package.json file. Dependencies are installed, but any addition to script or other configuration for packages that typically resides in package.json is not taken into account.
It could be argued this is by design and extra scripts and configuration should not be available when running in production mode, but it does feel like a limitation. Perhaps merging the package.json file of the app and a template is a more flexible approach?
The text was updated successfully, but these errors were encountered:
this is still the case in 1.7.0, because we start the app from the package.json in mu-javascript-template the scripts are not found when running npm run xxx
Currently the production build ignores any additions that are made in the app's package.json file. Dependencies are installed, but any addition to
script
or other configuration for packages that typically resides in package.json is not taken into account.It could be argued this is by design and extra scripts and configuration should not be available when running in production mode, but it does feel like a limitation. Perhaps merging the package.json file of the app and a template is a more flexible approach?
The text was updated successfully, but these errors were encountered: