UNPKG

silki

Version:

Cli tool for build react app, based on generator-react-multipage, create-react-app, roadhog. Support react multiple pages app develop.

30 lines (29 loc) 556 B
{ "entry": "src/index.test.js", "disableCSSModules": true, "publicPath": "/", "outputPath": "./build", "useBabelrc": false, "extraBabelPlugins": [], "extraBabelPresets": [], "extraPostCSSPlugins": [], "autoprefixer": null, "proxy": null, "externals": { "react": "React", "react-dom": "ReactDOM" }, "multipage": false, "define": null, "env": { "production": { "entry": "src/index.js" } }, "theme": null, "port": 8003, "dll": false, "dllEntry": [], "noVendor": true, "notClearBuild": false }