Module not found: Error: Can't resolve 'core-js/es6'

后端 未结 9 1322
轻奢々
轻奢々 2020-12-12 14:49

I\'ve got a problem with my build process in relation to my React app.

I always get the following error:

Module not found: Error: Can\'t resolve \'co

9条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-12 15:23

    Change all "es6" and "es7" to "es" in your polyfills.ts and polyfills.ts

提交回复
热议问题