Mon 21 Jul 22:43:21 CEST 2025

This commit is contained in:
sbosse 2025-07-21 23:37:37 +02:00
parent 395ed83247
commit 106c391d5a

View File

@ -0,0 +1,13 @@
module.exports = {
entry: {
app: './app.js'
},
output: {
filename: 'build.js'
},
resolve: {
alias: {
'vue': 'vue/dist/vue.min.js',
}
},
}