webpack遇见的bug:[babel]note:thecodegeneratorhasdeoptimisedthestyling如何解决?
只需要在.babelrc中添加:
{ // ... "compact": false }
即可