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?