This repository has been archived by the owner on Oct 26, 2020. It is now read-only.
Releases: kktjs/kkt-next
Releases · kktjs/kkt-next
v5.5.1
- cbe0a3e - chore: Modify workbox-webpack-plugin version.
- 7959c96 - chore: Modify lerna config.
- 00a1405 - chore: Upgrade webpack config.
- c7b2944 - fix(@kkt/plugin-bundle): Fix typescript type errors.
- 71cd19b - chore: Upgrade scss dependencies.
- 9c8ce85 - chore: Upgrade less dependencies.
- 97fff1c - Modify kkt folder name.
- 76bde72 - chore: Remove changelog.
- 3c983e3 - chore: Use @kkt/config-loader load config.
- 9e2f89f - fix: Fix npm WARN.
- d4420ed - chore: Modify repository url.
- ec5f0cd - chore(kkt): Renamed packages/kkt/ => packages/kkt-core/
- d390946 - feat(@kkt/config-loader): Add a new package.
- a88cb0d - chore(example): Update .kktrc.js
- e176a7d - feat: Support mocker-api.
- bed6947 - Fix issue cauesd by jest dependency upgrade.
- 384975c - chore: Update dependencies.
- 4db3a08 - Create LICENSE (#2)
- 4c454e2 - feat: Add @kkt/plugin-bundle plugin.
- 63ad2a9 - chore: Modify typescript config.
- 4694e78 - doc: Modify document.
- db6fc40 - chore: Add watch:kkt script.
- 46fc464 - chore(kkt): Modify watch script in package.json
- 3264f89 - chore: Modify lerna config.
- 4af2584 - doc(loader-less): Add README.md
- 8a415f2 - Updte README.md
- 0f3b728 - chore: Package contains README.md
- 1facdbc - chore: Modify publish script in package.json
- b209b59 - chore: Modify lerna config.
- 65e0e44 - fix: Remove private in package.json
- c3a28b3 - chore: Modify lerna config.
- 8261286 - chore: Add publish script to package.json
Home Page
Add homepage
to package.json
The step below is important!
Open your package.json and add a homepage field for your project:
"homepage": "https://myusername.github.io/my-app",
or for a GitHub user page:
"homepage": "https://myusername.github.io",
or for a custom domain page:
"homepage": "https://mywebsite.com",
KKT uses the homepage
field to determine the root URL in the built HTML file.
v5.1.0
- example: Add ESLint config to the example. eb0d132
- type(ManifestPlugin): Modify the Plugin options types. c93d231
- feat: Add eslint for webpack config. a8b194f
- Upgrade react-dev-utils v9.1.0 to v10.0.0 60ac121
- Modify resolve alias for webpack config. 91563a0
- Modify ManifestPlugin optiosn. 0cdaf17
- Upgrade terser-webpack-plugin v1.4.1 to v2.2.1 00c640c
- doc(example): Add example document. afa77b8
- chore: Upgrade dependencies. e7caa2c
- chore: Modify the url kktjs/kkt to kktjs/kkt-next. ea775a7
- chore: Modify the file directory. f14f263
Modify package.json
{
+ "eslintConfig": {
+ "extends": "react-app"
+ },
....
}
v5.0.2
v5.0.0
- The code was rewritten using TypeScript.
- Refactor code based on create-react-app.
- Expose the configuration file entry and support webpack configuration.
- Supports creat-kkt to create different instances.