Enable source maps for prod

This commit is contained in:
Jordan Eldredge 2017-10-24 16:12:57 -07:00
parent 5bf7826ed8
commit a38d8429da

View file

@ -3,6 +3,8 @@ const webpack = require("webpack");
const cdnUrl = process.env.CDN_URL || "/";
config.devtool = "source-map";
config.plugins = (config.plugins || []).concat([
new webpack.DefinePlugin({
"process.env": {