1 个回答

参考一下:

override(
  addWebpackAlias({ src: path.resolve("./"), module: path.resolve("./node_modules") }),
  addDecoratorsLegacy(),
  addLessLoader({
    strictMath: true,
    noIeCompat: true
  }),
  addBabelPlugins(["react-hot-loader/babel"]),
  fixBabelImports("import", { libraryName: "antd", libraryDirectory: "es", style: "css" })
);
推荐问题