mirror of
https://github.com/fspc/workstand.git
synced 2025-02-23 09:13:23 -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
|
// override django's STATIC_URL for webpack bundles
|
||||||
config.output.publicPath = 'http://webpack.docker:3000/assets/bundles/'
|
config.output.publicPath = 'http://webpack.docker:3000/assets/bundles/'
|
||||||
|
|
||||||
|
config.devtool = 'eval-source-map';
|
||||||
|
|
||||||
// Add HotModuleReplacementPlugin and BundleTracker plugins
|
// Add HotModuleReplacementPlugin and BundleTracker plugins
|
||||||
config.plugins = config.plugins.concat([
|
config.plugins = config.plugins.concat([
|
||||||
new webpack.HotModuleReplacementPlugin(),
|
new webpack.HotModuleReplacementPlugin(),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user