Skip to content

Commit

Permalink
Disabling temporarily source-map
Browse files Browse the repository at this point in the history
  • Loading branch information
ebaynaud committed Jun 8, 2019
1 parent 92d582c commit 76e15da
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ const MinifyPlugin = require('babel-minify-webpack-plugin');
const webpack = require('webpack');

module.exports = {
devtool: 'source-map',
// devtool: 'source-map',
devtool: 'none',
entry: './lib/index.js',
output: {
path: path.resolve(__dirname, 'dist'),
Expand Down

0 comments on commit 76e15da

Please sign in to comment.