mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 07:30:12 +01:00
fix(maps): remove style loader usage
leaflet.css already included into build in the angular.json
This commit is contained in:
parent
6075033ca2
commit
38286974d4
2 changed files with 1 additions and 3 deletions
|
|
@ -55,8 +55,7 @@
|
|||
"echarts",
|
||||
"lodash",
|
||||
"zrender/lib/svg/svg",
|
||||
"zrender/lib/vml/vml",
|
||||
"style-loader!leaflet/dist/leaflet.css"
|
||||
"zrender/lib/vml/vml"
|
||||
],
|
||||
"vendorChunk": true,
|
||||
"extractLicenses": false,
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
import { Component } from '@angular/core';
|
||||
|
||||
import * as L from 'leaflet';
|
||||
import 'style-loader!leaflet/dist/leaflet.css';
|
||||
|
||||
@Component({
|
||||
selector: 'ngx-leaflet',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue