mirror of
https://gitee.com/vuejs/vue.git
synced 2024-12-03 12:38:24 +08:00
10 lines
173 B
JavaScript
10 lines
173 B
JavaScript
module.exports = {
|
|
entry: './src/vue',
|
|
output: {
|
|
path: './dist',
|
|
filename: 'vue.js',
|
|
library: 'Vue',
|
|
libraryTarget: 'umd'
|
|
},
|
|
devtool: '#source-map'
|
|
} |