Skip to content
This repository was archived by the owner on Jul 13, 2020. It is now read-only.

Commit 32b9c9f

Browse files
committed
ensure always parse as modules
1 parent 4f652d8 commit 32b9c9f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/loader.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1041,6 +1041,7 @@ function logloads(loads) {
10411041

10421042
var options = traceur.options || {};
10431043
options.modules = 'instantiate';
1044+
options.script = false;
10441045
options.sourceMaps = true;
10451046
options.filename = load.address;
10461047

0 commit comments

Comments
 (0)