Make sure highlight.js is always lazy-loaded
This commit is contained in:
parent
9c6369e8d8
commit
38bc377323
1 changed files with 4 additions and 1 deletions
|
@ -98,6 +98,9 @@ module.exports = {
|
|||
'./src/views/teams/EditTeam',
|
||||
'./src/views/teams/NewTeam',
|
||||
],
|
||||
'highlight': [
|
||||
'highlight.js',
|
||||
],
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue