Update to webpack 2.x

This commit is contained in:
Farkas J??zsef
2017-02-04 20:37:05 +01:00
committed by József Farkas
parent 908c7e1e8c
commit 67c8b12eac
8 changed files with 28 additions and 42 deletions

View File

@@ -69,7 +69,7 @@ export class SvgKeyboardComponent implements OnInit {
}
private getBaseLayer(): any {
return require('xml!../../../../../images/base-layer.svg').svg;
return require('xml-loader!../../../../../images/base-layer.svg').svg;
}
}