What does “The code generator has deoptimised the styling of [some file] as it exceeds the max of ”100KB“” mean?

前端 未结 9 1433
失恋的感觉
失恋的感觉 2020-11-30 19:18

I added a new npm package to my project and require it in one of my modules.

Now I get this message from webpack,

build modulesNote: The code generator

9条回答
  •  無奈伤痛
    2020-11-30 19:36

    In react/redux/webpack/babel build fixed this error by removing script tag type text/babel

    got error:

    
    

    no error:

    
    

提交回复
热议问题