Skip to content

Commit

Permalink
more build fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
daverted committed Jan 15, 2020
1 parent 2eeb0ba commit d725fd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/webpack/webpack.dist.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ const MiniCssExtractPlugin = require('mini-css-extract-plugin');

module.exports = (env = {}) =>
merge(common, {
devtool: '',
mode: 'none',
devtool: 'source-map',

entry: {
app: './public/app/index.ts',
Expand Down

0 comments on commit d725fd8

Please sign in to comment.