UNPKG

vuejs-avatar-crop

Version:

Support cutting of avatars of PC and mobile phones.

12 lines (11 loc) 231 B
module.exports = { chainWebpack: config => { if (process.env.NODE_ENV === 'development') { config.output.filename('[name].[hash].js').end() } }, productionSourceMap: false, devServer: { port: 8888, }, }