mirror of
https://github.com/youzan/vant.git
synced 2025-10-17 08:37:23 +00:00
添加doc预览
This commit is contained in:
13
build/webpack.build.js
Normal file
13
build/webpack.build.js
Normal file
@@ -0,0 +1,13 @@
|
||||
var config = require('./webpack.config.js')
|
||||
|
||||
config.entry = {
|
||||
'oxygen': './src/index.js'
|
||||
}
|
||||
|
||||
config.output = {
|
||||
filename: './dist/[name].js',
|
||||
library: 'Oxygen',
|
||||
libraryTarget: 'umd'
|
||||
}
|
||||
|
||||
module.exports = config
|
Reference in New Issue
Block a user