Skip to content

Commit

Permalink
set source-map as a devtool
Browse files Browse the repository at this point in the history
  • Loading branch information
natalan committed Nov 22, 2019
1 parent 54d84af commit 528001c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ const OptimizeCssAssetsPlugin = require('optimize-css-assets-webpack-plugin')

module.exports = {
mode: 'development',
devtool: 'source-map',
entry: [
'./src/index.js'
],
Expand Down

0 comments on commit 528001c

Please sign in to comment.