UNPKG

silki

Version:

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

33 lines (32 loc) 639 B
{ "entry": "src/pages/index/index.js", "disableCSSModules": false, "outputPath": "./build", "useBabelrc": false, "extraBabelPlugins": [ ["import", [{ "libraryName": "antd", "style": true }]] ], "extraBabelPresets": [ ], "extraPostCSSPlugins": [], "autoprefixer": null, "proxy": [ { "context": [ "/output/**" ], "target": "http://11.162.210.168", "secure": false } ], "externals": null, "multipage": true, "define": null, "env": null, "theme": "./theme-config.js", "port": 8008, "dll": false, "dllEntry": [], "noVendor": true, "notClearBuild": false }