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

Commit 06cba2b

Browse files
committed
update register dynamic example
1 parent 08465e9 commit 06cba2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ This is identical to the `System.register` process above, only running `loader.r
210210
[RegisterLoader.instantiate] (key, processAnonRegister) {
211211

212212
// System.registerDynamic CommonJS wrapper format
213-
this.registerDynamic(['dep'], function (require, exports, module) {
213+
this.registerDynamic(['dep'], true, function (require, exports, module) {
214214
module.exports = require('dep').y;
215215
});
216216

0 commit comments

Comments
 (0)