Prune packages

This commit is contained in:
Shawn 2019-03-05 13:05:35 -06:00
parent d374a7a26c
commit 24d610b6f2
3 changed files with 49 additions and 1109 deletions

View file

@ -129,7 +129,6 @@
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-prettier": "^2.6.0",
"eslint-plugin-react": "^7.7.0",
"filewatcher-webpack-plugin": "^1.2.0",
"flow-bin": "^0.89.0",
"flow-typed": "^2.3.0",
"husky": "^0.14.3",

View file

@ -70,17 +70,3 @@ const baseConfig = {
};
module.exports = baseConfig;
// const FilewatcherPlugin = require('filewatcher-webpack-plugin');
// let PROCESS_ARGV = process.env.npm_config_argv;
// if (PROCESS_ARGV) {
// PROCESS_ARGV = JSON.parse(PROCESS_ARGV);
// }
// const isDev = PROCESS_ARGV && PROCESS_ARGV.original && PROCESS_ARGV.original.indexOf('dev') !== -1;
// if (isDev) {
// plugins.push(
// new FilewatcherPlugin({
// watchFileRegex: [require.resolve('lbry-redux'), require.resolve('lbryinc')],
// })
// );
// }

1143
yarn.lock

File diff suppressed because it is too large Load diff