chore: remove unused config file (#9528)

This commit is contained in:
neverland 2021-09-20 17:20:28 +08:00 committed by GitHub
parent 751a263999
commit b62f27dfc5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,13 +0,0 @@
module.exports = function () {
if (process.env.BUILD_TARGET === 'package') {
return {};
}
return {
devtool: false,
entry: {
'site-mobile': ['./docs/site/entry'],
'site-desktop': ['./docs/site/entry'],
},
};
};