UNPKG

chem-form

Version:
10 lines (9 loc) 159 B
module.exports = { chainWebpack: config => { config.entryPoints .clear() .end() .entry('app') .add('./example/index.ts'); } };