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 May 29, 2019. It is now read-only.
$ npm i
$ rm -rf dist/*&& ./node_modules/.bin/webpack
Then open http://example.com/dist in Chrome. Then Developer Tools > Elements tab. Then click on the inner div element, and then on the link for div div { width: 20px; } block. And you'll find yourself on the wrong line (line 4 instead of line 1).
If you disable extract-text-webpack-plugin, you'll be at line 1.
The text was updated successfully, but these errors were encountered:
x-yuri
changed the title
extract-text-webpack-plugin mangles source maps
extract-text-webpack-plugin mangles minimized source maps
Nov 22, 2016
package.json
:webpack.config.js
:template.ejs
:1.js
:1.sass
:Then open
http://example.com/dist
in Chrome. ThenDeveloper Tools
>Elements tab
. Then click on the innerdiv
element, and then on the link fordiv div { width: 20px; }
block. And you'll find yourself on the wrong line (line 4 instead of line 1).If you disable
extract-text-webpack-plugin
, you'll be at line 1.The text was updated successfully, but these errors were encountered: