Skip to content
Snippets Groups Projects
Commit bcbda5de authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Splitted admin and other views in dedicated webpack chunks (~25% reduction of...

Splitted admin and other views in dedicated webpack chunks (~25% reduction of chunk size for regular users)
parent 0bb487aa
No related branches found
No related tags found
No related merge requests found
Reduced app size for regular users by moving admin-related code in a dedicated chunk (#805)
......@@ -75,7 +75,7 @@
<script>
import axios from 'axios'
import _ from 'lodash'
import _ from '@/lodash'
export default {
props: {
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment