I\'m using function form of \"use strict\" and don\'t want global form which Babel adds after transpilation. The problem is I\'m using some libraries that aren\'t using \"us
plugins: [ [ require("@babel/plugin-transform-modules-commonjs"), { strictMode: false } ], ]