Mon 21 Jul 22:43:21 CEST 2025
This commit is contained in:
parent
395ed83247
commit
106c391d5a
13
js/ui/botui/examples/hello-world-webpack/webpack.config.js
Normal file
13
js/ui/botui/examples/hello-world-webpack/webpack.config.js
Normal file
|
@ -0,0 +1,13 @@
|
|||
module.exports = {
|
||||
entry: {
|
||||
app: './app.js'
|
||||
},
|
||||
output: {
|
||||
filename: 'build.js'
|
||||
},
|
||||
resolve: {
|
||||
alias: {
|
||||
'vue': 'vue/dist/vue.min.js',
|
||||
}
|
||||
},
|
||||
}
|
Loading…
Reference in New Issue
Block a user