Preset files are not allowed to export objects

前端 未结 10 984
梦如初夏
梦如初夏 2020-11-30 01:18

I have a carousel file in which I want to get index.js and build block.build.js, so my webpack.config.js is:



        
10条回答
  •  一整个雨季
    2020-11-30 02:00

    Replace your .babelrc file following code this fix my issue

    {
      "presets": ["module:metro-react-native-babel-preset"]
    }
    

提交回复
热议问题