Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/readthedocs/sphinx_rtd_theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Johnson <aj@ohess.org>2019-07-19 19:50:54 +0300
committerAnthony Johnson <aj@ohess.org>2019-07-19 19:50:54 +0300
commitaf7d610bb97035407721ba72ea32143920f4cd2f (patch)
treecd38f63581657fe7058282b1d4019afd11487a20 /webpack.dev.js
parentfb934e0916a8e42eb1e790d815adca25a6b1d7e2 (diff)
Pin Neat v1.9 to avoid node-gyp 3.8
Diffstat (limited to 'webpack.dev.js')
-rw-r--r--webpack.dev.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/webpack.dev.js b/webpack.dev.js
index f35f476..58e00fd 100644
--- a/webpack.dev.js
+++ b/webpack.dev.js
@@ -1,7 +1,6 @@
const path = require('path');
const merge = require('webpack-merge');
const exec = require('child_process').exec;
-const FilewatcherPlugin = require('filewatcher-webpack-plugin');
const WatchPlugin = require('webpack-watch-files-plugin').default;
const ShellPlugin = require('webpack-shell-plugin');
const common = require('./webpack.common.js');