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](https://github.com/prantlf/karma-requirejs-esm-preprocessor/commit/babf6d95e3f63d61fa27a03fe49deb709efe2d44))
8
+
9
+
### BREAKING CHANGES
10
+
11
+
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.
0 commit comments