.webpackrc 313 B

123456789101112
  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. "theme": "./src/theme.js"
  12. }