feat(cli): pc 组件预览支持 i18n (#8346)

This commit is contained in:
郑昊川
2021-03-15 16:58:00 +08:00
committed by GitHub
parent be27bd6907
commit 919a9976b1
3 changed files with 7 additions and 3 deletions

View File

@@ -8,7 +8,8 @@ module.exports = function () {
return {
devtool: false,
entry: {
'site-mobile': ['./docs/site/mobile'],
'site-mobile': ['./docs/site/entry'],
'site-desktop': ['./docs/site/entry'],
},
resolve: {
alias: {