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
Insert "use strict" to output AMD code by default (babf6d9)
BREAKING CHANGES
Each AMD module output will start with "use strict" by default from now on. ESM execution mode is strict by default. Comply to this in the output AMD code too. You can set the flag useStrict to false to relax the parse mode of the output AMD modules.