.webpackrc 282 B

1234567891011
  1. {
  2. "extraBabelPlugins": [
  3. ["import", { "libraryName": "antd", "libraryDirectory": "es", "style": true }]
  4. ],
  5. "disableCSSModules": true,
  6. "hash": true,
  7. "html": {
  8. "favicon": "./static/images/favicon.png",
  9. "template": "./src/index.ejs"
  10. }
  11. }