UNPKG

input-plus-minus

Version:
8 lines (6 loc) 214 B
const path = require('path'); module.exports = { checkWatch: argv => argv.devServer === true, getRootPath: () => path.resolve(__dirname, '../../../'), checkProd: argv => argv.mode === 'production' };