Skip to content

Commit 66dc8af

Browse files
authored
chore(plunker-builder): don't strip import ('app') from index (angular#2843)
1 parent 1303706 commit 66dc8af

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tools/plunker-builder/indexHtmlTranslator.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,9 @@ var _rxData = [
114114
{
115115
pattern: 'systemjs',
116116
},
117-
{
118-
pattern: 'system_strip_import_app',
119-
},
117+
// {
118+
// pattern: 'system_strip_import_app',
119+
// },
120120
{
121121
pattern: 'system_extra_main'
122122
},

0 commit comments

Comments
 (0)