-
-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat:
optimizeTranslationDirective
option (#377)
* refactor: drop legacy code * refactor: extract options resolving * docs: add `enableSsrTranslationDirective` option * refactor: extract resource logic as plugin * update option name * fix: update deps * fix: vue3 first class * fix: implementation * fix: add raise error for webpack * fix: remove unnecesary hmr codes
- Loading branch information
Showing
58 changed files
with
2,329 additions
and
1,003 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,3 +17,4 @@ examples/**/dist | |
.yarn/* | ||
!.yarn/releases | ||
!.yarn/plugins | ||
*.tgz |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,7 +47,7 @@ | |
"@types/webpack-merge": "^5.0.0", | ||
"@typescript-eslint/eslint-plugin": "^6.21.0", | ||
"@typescript-eslint/parser": "^6.21.0", | ||
"@vitejs/plugin-vue": "^1.2.5", | ||
"@vitejs/plugin-vue": "^5.0.5", | ||
"@vue/compiler-sfc": "^3.2.23", | ||
"babel-loader": "^8.2.2", | ||
"chalk": "^4.1.1", | ||
|
@@ -82,13 +82,13 @@ | |
"typescript": "^4.9.3", | ||
"vite": "^4.4.9", | ||
"vitest": "^0.29.8", | ||
"vue": "^2.6.14", | ||
"vue": "^3.2.25", | ||
"vue-i18n": "next", | ||
"vue-loader": "^16.3.0", | ||
"vue-loader15": "npm:[email protected]", | ||
"vue-loader17": "npm:[email protected]", | ||
"vue-template-compiler": "^2.6.14", | ||
"vue3": "npm:vue@3.3.4", | ||
"vue2": "npm:vue@^2.6.14", | ||
"webpack": "^5.88.2", | ||
"webpack-cli": "^5.1.4", | ||
"webpack-dev-server": "^4.15.1", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.