mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
chore: remove unused config file (#9528)
This commit is contained in:
parent
751a263999
commit
b62f27dfc5
@ -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'],
|
||||
},
|
||||
};
|
||||
};
|
Loading…
x
Reference in New Issue
Block a user