docs: mourn

This commit is contained in:
chenjiahan
2020-04-04 23:26:44 +08:00
parent 64e77f3d2a
commit 0346ecd96a
4 changed files with 16 additions and 1 deletions

View File

@@ -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'],
},
};