commit
9fa441e0d5
3 changed files with 49 additions and 1109 deletions
|
@ -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",
|
||||
|
|
|
@ -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')],
|
||||
// })
|
||||
// );
|
||||
// }
|
||||
|
|
Loading…
Reference in a new issue