beth-miao
Results
5
issues of
beth-miao
升级后的create-react-app中使用,直接写scss文件,配置postcss不成功,求解求研究
请问怎么处理splitChunks默认把antd全部打包造成的文件过大的情况的?
when i use babel-plugin-import in webpack4 , after build ,the file still very big, about 700k ```js splitChunks: { cacheGroups: { commons: { test: /[\\/]node_modules[\\/]/, name: 'vendor', chunks: 'all', },...