Mobile terser execution order
This commit is contained in:
parent
ee1d0cddf9
commit
d6f33bb7dc
|
@ -12,13 +12,13 @@ export default {
|
|||
name: 'datav'
|
||||
},
|
||||
plugins: [
|
||||
terser(),
|
||||
resolve(),
|
||||
babel({
|
||||
exclude: 'node_modules/**'
|
||||
}),
|
||||
commonjs(),
|
||||
vue(),
|
||||
terser(),
|
||||
],
|
||||
external: ['Vue']
|
||||
}
|
Loading…
Reference in New Issue