Commit e59917e9 by Jason Zhou

- update package.json

- create a draft readme
parent d74a02ad
# Wildcat
Wildcat is a cli tool for accelerating the webpack dev server of Bobcat. It is achieved by the following but not all methods:
- webpack 4
- es2018 code output
- a low cost source map config: `cheap-cheap-module-eval-source-map`
Others like Babel 7 and disabling backend log, even HMR will be considered in future development.
## Installation
// TODO
## Usage
// TODO
\ No newline at end of file
{ {
"name": "wild", "name": "wildcat",
"version": "1.0.0", "version": "1.0.0",
"description": "", "description": "",
"main": "index.js", "main": "index.js",
"bin": {
"wildcat": "./bin/index.js"
},
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment