summaryrefslogtreecommitdiff
path: root/webpack.config.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-08-03 20:06:21 +0200
committerJules Laplace <julescarbon@gmail.com>2018-08-03 20:06:21 +0200
commit57bb9aecd0483266872210de600ff78217205767 (patch)
tree3fc7eaa6c266dc375de470cbe8d5b23c9589fa72 /webpack.config.js
parentd76432715a7d13bac7f3647f1809c0a5c5a810e3 (diff)
add midi commands for jx8p but it isnt recognizing them
Diffstat (limited to 'webpack.config.js')
-rw-r--r--webpack.config.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/webpack.config.js b/webpack.config.js
index 3b2bf92..e2f6c54 100644
--- a/webpack.config.js
+++ b/webpack.config.js
@@ -1,6 +1,7 @@
var webpack = require('webpack');
module.exports = {
+ mode: 'development',
entry: './client/index.js',
watch: true,
devtool: 'cheap-source-map',