vant/webpack.config.js
2019-12-06 16:19:03 +08:00

6 lines
80 B
JavaScript

module.exports = {
entry: {
'site-mobile': ['./docs/site/mobile']
},
};