silki
Version:
Cli tool for build react app, based on generator-react-multipage, create-react-app, roadhog. Support react multiple pages app develop.
26 lines (25 loc) • 517 B
Plain Text
{
"entry": "src/pages/**/index.js",
"disableCSSModules": true,
"publicPath": "/",
"outputPath": "./build",
"useBabelrc": false,
"extraBabelPlugins": [
["import", [{ "libraryName": "antd", "style": true }]]
],
"extraBabelPresets": [
],
"extraPostCSSPlugins": [],
"autoprefixer": null,
"proxy": null,
"externals": null,
"multipage": true,
"define": null,
"env": null,
"theme": null,
"port": 8000,
"dll": false,
"dllEntry": [],
"noVendor": false,
"notClearBuild": false
}