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

v5.1.0

Compare
Choose a tag to compare
@jaywcjlove jaywcjlove released this 09 Dec 15:34
· 45 commits to master since this release
  • 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"
+  },
  ....
}