Skip to content
This repository has been archived by the owner on Oct 26, 2020. It is now read-only.

v5.5.1

Latest
Compare
Choose a tag to compare
@jaywcjlove jaywcjlove released this 19 Feb 09:03
  • 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.