Commit 7ee02adb by hfpp2012 yinsigan

source map

1 parent 95f20183
...@@ -56,5 +56,6 @@ module.exports = { ...@@ -56,5 +56,6 @@ module.exports = {
new ExtractTextPlugin("styles.css"), new ExtractTextPlugin("styles.css"),
new OpenBrowserPlugin({ url: 'http://localhost:3000' }) new OpenBrowserPlugin({ url: 'http://localhost:3000' })
// new DashboardPlugin(dashboard.setData) // new DashboardPlugin(dashboard.setData)
] ],
devtool: 'source-map'
} }
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!