PC端IE浏览器兼容问题
将craco.config.js的entry 入口配置
entries[fileName] = [path.join(filePath, 'index.tsx')].filter(Boolean);
修改为:
entries[fileName] = ['babel-poplify', path.join(filePath, 'index.tsx')].filter(Boolean);
扩展babel-poplify与@babel/poplify的区别是什么?