diff --git a/webpack.production.config.js b/webpack.production.config.js index d0b0ea228..b1c816d44 100644 --- a/webpack.production.config.js +++ b/webpack.production.config.js @@ -1,7 +1,7 @@ var webpack = require('webpack'); module.exports = { - + devtool: 'eval-source-map', entry: { 'react-bootstrap-table': './src/index.js' },