diff options
author | Tyler Schicke <tyler_schicke@brown.edu> | 2019-02-09 21:38:27 -0500 |
---|---|---|
committer | Tyler Schicke <tyler_schicke@brown.edu> | 2019-02-09 21:38:27 -0500 |
commit | 0d1359d43a4f6805a431f2e15d15a2550004116b (patch) | |
tree | ae04d8d9aaecdc6a2fc8f27ac2ccc7434d65a14e /webpack.config.js | |
parent | 11134bc5ce01d0a025d311a4f83e67ff6e63ce1c (diff) |
Added our own server with webpack-dev-middleware
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", |