Update to webpack 2.x
This commit is contained in:
committed by
József Farkas
parent
908c7e1e8c
commit
67c8b12eac
@@ -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;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user