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

Commit 0bfb57d

Browse files
committed
fixes bug #3
1 parent 6918f40 commit 0bfb57d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/browser-es-module-loader.js

+1
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ BrowserESModuleLoader.prototype[RegisterLoader.instantiate] = function(key, proc
131131
sourceFileName: key,
132132
moduleIds: false,
133133
sourceMaps: 'inline',
134+
babelrc: false,
134135
plugins: [babelPluginSyntaxDynamicImport, babelPluginTransformES2015ModulesSystemJS]
135136
});
136137

0 commit comments

Comments
 (0)