xiaomingTang / quick-scaffold

一个用于快速生成 web page, web package, node package 的脚手架
MIT License
14 stars 1 forks source link

By default webpack.prod.config.ts of userscript template has an error #1

Open fjxhkj opened 3 years ago

fjxhkj commented 3 years ago

const prodConfig = merge(commonConfig, { plugins: [ // here ...commonConfig.plugins, // and here ...

xiaomingTang commented 3 years ago

@fjxhkj Thank you for your issue, I will take care of it if I am free this weekend.