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 Nov 5, 2019. It is now read-only.
I have a little repo where im doing some testing to Webpack features.
One issue I haven't been able to solve is related source-maps for js files loaded using this webpack loader.
Every file seems to be accessible from devtools, meaning that I can click the source column edit and save the file, except for the file loaded using script-loader testeScriptLoader.js. For that file only, the source-map seems to be failing.
Any ideias?
The text was updated successfully, but these errors were encountered:
I have a little repo where im doing some testing to Webpack features.
One issue I haven't been able to solve is related source-maps for js files loaded using this webpack loader.
You can check the structure im describing next in the aforementioned repo, available at:
https://github.com/lmartins/WebpackBuildComponent
Webpack is processing the files like this
After setting up the project in Chrome Devtools and running Webpack, I get:
https://www.dropbox.com/s/2lo1ekw4xdzeuej/Screenshot%202014-05-31%2020.23.19.png
Every file seems to be accessible from devtools, meaning that I can click the source column edit and save the file, except for the file loaded using script-loader
testeScriptLoader.js
. For that file only, the source-map seems to be failing.Any ideias?
The text was updated successfully, but these errors were encountered: