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 has been archived by the owner on Aug 4, 2021. It is now read-only.
Looks like source maps are created only for first build then in sequential builds it will not build new .js & .map files leading to errors.
The config is built quite straight forward and I cant understand why this happens.
But for example deleting the .js/.map files manually and then running build again will not re-create the .js/.map files , the only files that are created are the dist bundles.
I have posted a very detailed question about this issue on stackoverflow you can read it here.
The text was updated successfully, but these errors were encountered:
TomasKatz
changed the title
Source maps will not generate at all - leading to errors using initial source maps
Source maps will not generate at all after first build
Nov 16, 2017
TomasKatz
changed the title
Source maps will not generate at all after first build
.map & .js will not generate at all for the src folder after initial build
Nov 16, 2017
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Looks like source maps are created only for first build then in sequential builds it will not build new .js & .map files leading to errors.
The config is built quite straight forward and I cant understand why this happens.
But for example deleting the .js/.map files manually and then running build again will not re-create the .js/.map files , the only files that are created are the dist bundles.
I have posted a very detailed question about this issue on stackoverflow you can read it here.
The text was updated successfully, but these errors were encountered: