BARM

Results 4 comments of BARM

vite.config.js ```javascript resolve: { alias: [ { find: 'antd/lib', replacement: 'antd/es', }, { find: '@antv/x6', replacement: '@antv/x6/dist/x6.js', }, ] } ``` Adding such a configuration solves this problem locally

github opens slowly,use jsdelivr cdn global acceleration

This happened to me, too. .postcssrc.js下 module.exports = { "plugins": { 'postcss-pxtorem': { rootValue: 32, propList: ['*'], mediaQuery: false }, "postcss-import": {}, "postcss-url": {}, // to edit target browsers: use...