mirror of
https://github.com/fspc/workstand.git
synced 2025-02-23 01:13:22 -05:00
Better debugging info.
This commit is contained in:
parent
3e3db58953
commit
c45a9540c8
@ -15,6 +15,8 @@ config.entry = [
|
||||
// override django's STATIC_URL for webpack bundles
|
||||
config.output.publicPath = 'http://webpack.docker:3000/assets/bundles/'
|
||||
|
||||
config.devtool = 'eval-source-map';
|
||||
|
||||
// Add HotModuleReplacementPlugin and BundleTracker plugins
|
||||
config.plugins = config.plugins.concat([
|
||||
new webpack.HotModuleReplacementPlugin(),
|
||||
|
Loading…
x
Reference in New Issue
Block a user