diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2017-01-15 19:30:14 +0100 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2017-01-15 19:30:14 +0100 |
commit | 9bce75925eb972f7a49c25250e636b7b76734475 (patch) | |
tree | 3a3f6096cf590ccac0d2abdd26f97a20c13975ef /client/config/webpack.dev.js | |
parent | d6a5b018b89f9d2569ca7435b0e270095c93cc17 (diff) | |
download | PeerTube-9bce75925eb972f7a49c25250e636b7b76734475.tar.gz PeerTube-9bce75925eb972f7a49c25250e636b7b76734475.tar.zst PeerTube-9bce75925eb972f7a49c25250e636b7b76734475.zip |
Client: fix lint
Diffstat (limited to 'client/config/webpack.dev.js')
-rw-r--r-- | client/config/webpack.dev.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/client/config/webpack.dev.js b/client/config/webpack.dev.js index cea9d0306..054757748 100644 --- a/client/config/webpack.dev.js +++ b/client/config/webpack.dev.js | |||
@@ -1,7 +1,6 @@ | |||
1 | const helpers = require('./helpers') | 1 | const helpers = require('./helpers') |
2 | const webpackMerge = require('webpack-merge') // used to merge webpack configs | 2 | const webpackMerge = require('webpack-merge') // used to merge webpack configs |
3 | const commonConfig = require('./webpack.common.js') // the settings that are common to prod and dev | 3 | const commonConfig = require('./webpack.common.js') // the settings that are common to prod and dev |
4 | const path = require('path') | ||
5 | 4 | ||
6 | /** | 5 | /** |
7 | * Webpack Plugins | 6 | * Webpack Plugins |