Skip to content

Commit 707cac4

Browse files
committed
docs
1 parent cc516f7 commit 707cac4

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

docs/en/compatibility/reflect-metadata/code-webpack-alias-webpack-config.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ module.exports = {
22
//...
33
resolve: {
44
//...
5-
'vue-facing-decorator': 'vue-facing-decorator/dist/index-return-cons'
5+
alias: {
6+
//...
7+
'vue-facing-decorator': 'vue-facing-decorator/dist/index-return-cons'
8+
}
9+
610
}
711
}

docs/zh-cn/compatibility/reflect-metadata/code-webpack-alias-webpack-config.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ module.exports = {
22
//...
33
resolve: {
44
//...
5-
'vue-facing-decorator': 'vue-facing-decorator/dist/index-return-cons'
5+
alias: {
6+
//...
7+
'vue-facing-decorator': 'vue-facing-decorator/dist/index-return-cons'
8+
}
9+
610
}
711
}

0 commit comments

Comments
 (0)