UNPKG

smartthings-phevctl

Version:
11 lines (9 loc) 253 B
const path = require('path'); module.exports = { webpack: { configure: (webpackConfig, { env, paths }) => { paths.appBuild = webpackConfig.output.path = path.resolve('../ui'); return webpackConfig; } } }