
committed by
Kara Erickson

parent
4f1a571ba6
commit
24df08efc7
@ -152,6 +152,7 @@ class PlunkerBuilder {
|
|||||||
// Matches main.ts or main.1.ts
|
// Matches main.ts or main.1.ts
|
||||||
if (/^main(?:[.-]\w+)?\.ts$/.test(relativeFileName)) {
|
if (/^main(?:[.-]\w+)?\.ts$/.test(relativeFileName)) {
|
||||||
content = fileTranslator.translate(content, mainTsRules);
|
content = fileTranslator.translate(content, mainTsRules);
|
||||||
|
relativeFileName = 'main.ts';
|
||||||
}
|
}
|
||||||
|
|
||||||
if (relativeFileName == 'systemjs.config.extras.js') {
|
if (relativeFileName == 'systemjs.config.extras.js') {
|
||||||
|
Reference in New Issue
Block a user