The intent of this option is to toggle module interop behavior. When `true`
no `interopRequireXXX` helper invocations will be emitted.
(cherry picked from commit 0d1edb9811)
6 lines
71 B
JavaScript
6 lines
71 B
JavaScript
define(["foo"], function (_foo) {
|
|
"use strict";
|
|
|
|
_foo.default;
|
|
});
|