mirror of
https://github.com/youzan/vant.git
synced 2025-10-18 09:24:25 +00:00
chore: remove unused config file (#9528)
This commit is contained in:
@@ -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'],
|
||||
},
|
||||
};
|
||||
};
|
Reference in New Issue
Block a user