You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/@INLINE/ should be used in expressions, not on declaration, i.e.
Ouch, I'm really blind. Didn't even noticed it after reading Terser documentation several times. I'm sorry for that, shame on me.
I assume I could use the DefinePluging to define CALL_FOO_INLINE( as being /* ... */ foo(. Enabling me to globally enable/disable the inlining when I think this is necessary.
I will come back later about bundles with performances constraints (other things to work on before).
Hi,
IIRC, Webpack uses Terser to minify/uglify scripts.
Then annotations like
/*@__INLINE__*/
should be supported ?However, this doesn't seem to be the case :
Gives the following code:
This issue is at the same time :
The text was updated successfully, but these errors were encountered: