mirror of
https://github.com/youzan/vant.git
synced 2025-12-21 01:07:46 +08:00
docs: mourn
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
module.exports = function() {
|
||||
module.exports = function () {
|
||||
if (process.env.BUILD_TARGET === 'package') {
|
||||
return {};
|
||||
}
|
||||
|
||||
return {
|
||||
entry: {
|
||||
'site-desktop': ['./docs/site/desktop'],
|
||||
'site-mobile': ['./docs/site/mobile'],
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user