Skip to content

Commit

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

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

0 comments on commit efcc101

Please sign in to comment.