diff options
Diffstat (limited to 'webpack.config.js')
-rw-r--r-- | webpack.config.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/webpack.config.js b/webpack.config.js index e91b0be5e..73538c2df 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -3,7 +3,6 @@ var webpack = require('webpack'); const CopyWebpackPlugin = require("copy-webpack-plugin"); module.exports = { - devtool: 'eval', mode: 'development', entry: "./src/client/views/Main.tsx", devtool: "source-map", |