build(project): update bundle strategy

- Update the build script for generating *.d.ts files
- Update package.json module entry.
- Update CI pipeline node version
- Reorganized main bundle structure
- Update i18n functionalities
This commit is contained in:
jeremywuuuuu
2021-07-23 16:35:20 +08:00
committed by hangzou
parent ec56779bf0
commit 4e5ef0d3a8
12 changed files with 432 additions and 346 deletions

View File

@@ -15,7 +15,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v2
with:
node-version: '12'
node-version: '16'
- name: Install dependencies
run: yarn bootstrap

View File

@@ -11,7 +11,8 @@ jobs:
- name: Setup node
uses: actions/setup-node@v2
with:
node-version: '12'
node-version: '16'
cache: 'yarn'
- name: Install dependencies
run: yarn bootstrap
- name: Lint