kopia lustrzana https://github.com/wagtail/wagtail
Use better JS source maps during development (#3019)
See http://webpack.github.io/docs/configuration.html#devtoolpull/2702/head
rodzic
c9a39db196
commit
b13441e108
|
@ -4,6 +4,7 @@ var config = base('development');
|
|||
|
||||
// development overrides go here
|
||||
config.watch = true;
|
||||
config.devtool = 'cheap-module-eval-source-map';
|
||||
// See http://webpack.github.io/docs/configuration.html#devtool
|
||||
config.devtool = 'inline-source-map';
|
||||
|
||||
module.exports = config;
|
||||
|
|
Ładowanie…
Reference in New Issue