summaryrefslogtreecommitdiff
path: root/webpack.config.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-05-23 23:58:23 +0200
committerJules Laplace <julescarbon@gmail.com>2018-05-23 23:58:23 +0200
commit1a99af129427275c22e8276e75fa4b8da6602129 (patch)
tree3b5795301eaee53f0fa6df48b67f0967827fdee3 /webpack.config.js
parent7997f17a8d59a762cb2a26ca96b67822446342d7 (diff)
npm commands
Diffstat (limited to 'webpack.config.js')
-rw-r--r--webpack.config.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/webpack.config.js b/webpack.config.js
index 3185d2c..70a6209 100644
--- a/webpack.config.js
+++ b/webpack.config.js
@@ -5,7 +5,6 @@ require('dotenv').config()
module.exports = {
mode: process.env.NODE_ENV === 'production' ? 'production' : 'development',
entry: './app/client/index.jsx',
- watch: true,
devtool: 'cheap-source-map',
output: {
path: __dirname + '/public',