0.0.5 • Published 2 years ago

@uukit/scripts v0.0.5

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

webpack:

  • webpack
  • webpack-cli
  • webpack-dev-server

babel:

  • bable-loader: 使用 Babel 和 webpack 来转译 JavaScript 文件
  • @babel/core: babel 的核心模块
  • @babel/preset-env: 转译 ES2015+ 的语法
  • @babel/preset-react: 转译 react 的 JSX
  • @babel/preset-typescript: 转译 typescript
  • core-js
  • @babel/plugin-transform-runtime
  • @babel/runtime
  • @babel/plugin-proposal-decorators: 转换装饰器语法
  • @babel/plugin-proposal-class-properties: React class支持

plugin:

  • fork-ts-checker-webpack-plugin
  • html-webpack-plugin
  • mini-css-extract-plugin
  • optimize-css-assets-webpack-plugin
  • terser-webpack-plugin
  • webpack-bundle-analyzer
  • compression-webpack-plugin

git:

  • husky: 自动配置 Git hooks 钩子
  • lint-staged: 对暂存的git文件运行linter