UNPKG
vuejs-avatar-crop
Version:
latest (1.1.0)
1.1.0
1.0.9
1.0.8
Support cutting of avatars of PC and mobile phones.
github.com/varjay/avatar-crop
varjay/avatar-crop
vuejs-avatar-crop
/
vue.config.js
12 lines
(11 loc)
•
231 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
module
.exports = { chainWebpack:
config
=> {
if
(process.env.NODE_ENV ===
'development'
) {
config
.
output
.filename(
'[name].[hash].js'
).
end
() } }, productionSourceMap:
false
, devServer: { port:
8888
, }, }