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
{{ message }}
This repository was archived by the owner on May 1, 2020. It is now read-only.
Postprocess is checking to move source source maps on production build.
It is failing because on production these are not generate.
Fails with a file does not exist error
What behavior are you expecting?
Map should not try to be moved on production builds as they are not generated
Steps to reproduce:
Build a cordova release using
ionic cordova build android --prod --release
or
ionic cordova build ios --prod --release
or
npm run ionic-app-scripts build --prod
Which @ionic/app-scripts version are you using?
2.1.4
Short description of the problem:
Postprocess is checking to move source source maps on production build.
It is failing because on production these are not generate.
Fails with a
file does not exist
errorWhat behavior are you expecting?
Map should not try to be moved on production builds as they are not generated
Steps to reproduce:
or
or
Which @ionic/app-scripts version are you using?
2.1.4
Other information:
cli packages:
global packages:
local packages:
System:
The text was updated successfully, but these errors were encountered: