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
After including history in my package.json dependencies, and running yarn install, the history module appears in my node_modules.
However, sourcemaps for all the files are empty:
After including history in my package.json dependencies, and running yarn install, the history module appears in my node_modules. However, sourcemaps for all the files are empty:
After including history in my package.json
dependencies
, and running yarn install, the history module appears in mynode_modules
.However, sourcemaps for all the files are empty:
I tried downloading the source and building locally and got the same result (although only index.js was built successfully).
Anyone has empty sourcemaps?
What is the best way to build locally?
The text was updated successfully, but these errors were encountered: