mirror of
https://github.com/Bubka/2FAuth.git
synced 2024-11-08 09:24:59 +01:00
Add more packages to vendor.js for production build
This commit is contained in:
parent
93cc0136e6
commit
cfaffca536
4
webpack.mix.js
vendored
4
webpack.mix.js
vendored
@ -21,7 +21,9 @@ if (mix.inProduction()) {
|
||||
mix.extract([
|
||||
'vue',
|
||||
'axios',
|
||||
'vue-axios',
|
||||
'vue-i18n',
|
||||
'vue-router'
|
||||
'vue-router',
|
||||
'v-clipboard'
|
||||
])
|
||||
}
|
Loading…
Reference in New Issue
Block a user