TODO note

This commit is contained in:
Jordan Eldredge 2018-03-16 09:27:59 -07:00
parent f231bdb722
commit e2499c4894

View File

@ -15,6 +15,7 @@ const config = merge(common, {
)
}),
new webpack.optimize.UglifyJsPlugin({
// TODO: Is this needed with the devtool setting above?
sourceMap: true
}),
new workboxPlugin.GenerateSW({