mirror of
https://github.com/symfony/ux-leaflet-map.git
synced 2026-03-24 00:52:09 +01:00
Update tsdown & use @tsdown/css
This update simplifies the tsdown configuration, we do not need our custom plugin to minify CSS anymore (replaced by `css.minify = true`), and same for our hooks that rename the built CSS (replaced by `css.fileName`) 😍
This commit is contained in:
1
assets/dist/map_controller.d.ts
vendored
1
assets/dist/map_controller.d.ts
vendored
@@ -1,5 +1,4 @@
|
||||
import { Controller } from "@hotwired/stimulus";
|
||||
import "leaflet/dist/leaflet.min.css";
|
||||
import * as L from "leaflet";
|
||||
import { CircleOptions, ControlPosition, MapOptions, MarkerOptions, PolylineOptions, PopupOptions } from "leaflet";
|
||||
type Point = {
|
||||
|
||||
2
assets/dist/map_controller.js
vendored
2
assets/dist/map_controller.js
vendored
@@ -350,4 +350,4 @@ var map_controller_default = class extends _Class {
|
||||
});
|
||||
}
|
||||
};
|
||||
export { map_controller_default as default };
|
||||
export { map_controller_default as default };
|
||||
|
||||
Reference in New Issue
Block a user