mirror of
https://github.com/LAX18/gitea.git
synced 2026-06-03 14:07:55 -09:00
move vue and vue-calendar-heatmap to webpack (#10188)
- unvendor vue and vue-calendar-heatmap - remove unused moment.js leftover from previous heatmap version - ensure webpack loads the full version of vue - fix vue devmode warning related to 'searchLimit' type I wanted to name the chunk heatmap.js but adblockers don't like that filename [1]. [1] https://github.com/easylist/easylist/blob/3899d5dff33216c0bc64f09ff15d376f346d3e33/easyprivacy/easyprivacy_general.txt#L2095
This commit is contained in:
@@ -204,6 +204,9 @@ module.exports = {
|
||||
},
|
||||
resolve: {
|
||||
symlinks: false,
|
||||
alias: {
|
||||
vue$: 'vue/dist/vue.esm.js', // needed because vue's default export is the runtime only
|
||||
},
|
||||
},
|
||||
watchOptions: {
|
||||
ignored: [
|
||||
|
||||
Reference in New Issue
Block a user