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 Apr 15, 2023. It is now read-only.
I've been trying to get sourcemaps to be generated in this webpack config but I can't get it to work. I'm not really used to the loaders and plugins you use. How would you do to enable sourcemaps? I prefer a separate file, but inline is also fine.
Sourcemaps is probably something that the theme should have out of the box.
The text was updated successfully, but these errors were encountered:
Thanks for your point. We merged branches 0.2.0 and master and changed webpack configuration, so it has now sourcemaps out of the box. If you need you can specify a level of source mapping in /config/index.js at line 12 devtool: '#source-map'. Available styles of source mapping can be found here https://webpack.js.org/configuration/devtool/
By default sourcemaps are generated to /dist/static/js and /dist/static/css
I've been trying to get sourcemaps to be generated in this webpack config but I can't get it to work. I'm not really used to the loaders and plugins you use. How would you do to enable sourcemaps? I prefer a separate file, but inline is also fine.
Sourcemaps is probably something that the theme should have out of the box.
The text was updated successfully, but these errors were encountered: