diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-08-03 20:06:21 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-08-03 20:06:21 +0200 |
| commit | 57bb9aecd0483266872210de600ff78217205767 (patch) | |
| tree | 3fc7eaa6c266dc375de470cbe8d5b23c9589fa72 /webpack.config.js | |
| parent | d76432715a7d13bac7f3647f1809c0a5c5a810e3 (diff) | |
add midi commands for jx8p but it isnt recognizing them
Diffstat (limited to 'webpack.config.js')
| -rw-r--r-- | webpack.config.js | 1 |
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', |
