File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
packages/app/src/sandbox/eval/presets/angular-cli Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ import Preset from '../';
44
55import angular2Transpiler from '../../transpilers/angular2-template' ;
66import typescriptTranspiler from '../../transpilers/typescript' ;
7+ import babelTranspiler from '../../transpilers/babel' ;
78import jsonTranspiler from '../../transpilers/json' ;
89import stylesTranspiler from '../../transpilers/style' ;
910import sassTranspiler from '../../transpilers/sass' ;
@@ -213,7 +214,7 @@ export default function initialize() {
213214 ] ) ;
214215
215216 preset . registerTranspiler ( module => / \. j s $ / . test ( module . path ) , [
216- { transpiler : typescriptTranspiler } ,
217+ { transpiler : babelTranspiler } ,
217218 ] ) ;
218219
219220 preset . registerTranspiler ( module => / \. j s o n $ / . test ( module . path ) , [
You can’t perform that action at this time.
0 commit comments