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