chore(build): Modifies replace scripts to reflect new changes in systemjs.
This commit is contained in:
@ -1,4 +1,6 @@
|
||||
$SCRIPTS$ window = {
|
||||
$SCRIPTS$
|
||||
|
||||
window = {
|
||||
setTimeout: setTimeout,
|
||||
Map: Map,
|
||||
Set: Set,
|
||||
@ -11,6 +13,9 @@ $SCRIPTS$ window = {
|
||||
};
|
||||
assert = function() {};
|
||||
|
||||
|
||||
System.config({baseURL: '/', defaultJSExtensions: true});
|
||||
|
||||
System.import("examples/src/web_workers/todo/background_index")
|
||||
.then(
|
||||
function(m) {
|
||||
|
Reference in New Issue
Block a user