vldh
vldh
我也遇到了这个问题 安装的时候会抛错 不知道是什么原因删掉node_modules 再重装就可以了 而且在一台电脑上 运行npm run dev就正常的,另一台电脑就会出现let关键字报错的情况 望解决
``` [...new Array(2) ```will compile to ```[].concat(new Array(2))``` in bundle.js i use react-native-web @0.19.10 react-scripts @5.0.1 react-app-rewired @2.2.1
used ```@babel/preset-env``` in config-overrides.js and used this config will causing this problem to occur ...addBabelPresets([ '@babel/preset-env', { loose: true, targets: { browsers: ['> 1%', 'last 2 versions'], }, modules: 'commonjs',...
can solve this bug? @sorrycc