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
webpack-dev-server always resets config.output.path to /. That causes strange urls to appear in generated sourcemap.
"/./styles/main.scss" - generated when using webpack "/./styles/Projects/webpack-sass/styles/main.scss" - generated when using webpack-dev-server (assuming project is located in c:\Projects\webpack-sass)
webpack-dev-server always resets config.output.path to
/
. That causes strange urls to appear in generated sourcemap."/./styles/main.scss"
- generated when using webpack"/./styles/Projects/webpack-sass/styles/main.scss"
- generated when using webpack-dev-server (assuming project is located in c:\Projects\webpack-sass)https://github.com./jtangelder/sass-loader/blob/e81fa62974556049fc5063c11089fb97581d9410/index.js#L224-L227
The text was updated successfully, but these errors were encountered: