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