Closed mnemanja closed 9 years ago
I've been searching on how to deal with this, but haven't managed to find a solution.
[BABEL] Note: The code generator has deoptimised the styling of "PATH/templates.js" as it exceeds the max of "100KB".
Currently I don't know what problem it produces (performance, or something else). It appears twice in the log when I run any of the tasks.
Hmm, try to change this line to: { 'name':babelify, 'options': { 'compact': 'true' }},
{ 'name':babelify, 'options': { 'compact': 'true' }},
That works, great. Thanks! :)
I've been searching on how to deal with this, but haven't managed to find a solution.
Currently I don't know what problem it produces (performance, or something else). It appears twice in the log when I run any of the tasks.