1.0.7-beta • Published 5 years ago

@mrk-beta/webpack v1.0.7-beta

Weekly downloads
8
License
MIT
Repository
-
Last release
5 years ago

My Kit

Feature

  • bundle your React App
  • serve your React App (SSR)
  • support es6 and TypeScript
  • support css modules, post-css loader, url loader, file loader, svg loader as Component and many more
  • generate bundle analyzer called report.html in your build folder

Installation

# with npm
npm i my-kit -S
# with yarn
yarn add my-kit

Build scripts

Add the following scripts to your package.json.

package.json

{
    "scripts": {
        "start": "my-kit start",
        "build": "my-kit build"
    }
}
$ my-kit start
# start dev mode, by default the port will be 8500
# you can visit http://localhost:8500 to start working on your project

$ my-kit build
# bundle your project

TODO:

  • Scripts
  • Multiple Compiler
  • Serve App -- i18n middleware
  • TypeScript distribution config
  • bundle analyzer service
  • eslint
  • unit test

License

MIT.