Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit 66dc8af

Browse files
authored
chore(plunker-builder): don't strip import ('app') from index (#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

+3-3
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)