first commit
This commit is contained in:
11
vant/webpack.config.js
Normal file
11
vant/webpack.config.js
Normal file
@@ -0,0 +1,11 @@
|
||||
module.exports = function() {
|
||||
if (process.env.BUILD_TARGET === 'package') {
|
||||
return {};
|
||||
}
|
||||
|
||||
return {
|
||||
entry: {
|
||||
'site-mobile': ['./docs/site/mobile'],
|
||||
},
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user