Skip to content

Commit

Permalink
Add CSS to bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidMStraub committed Nov 14, 2022
1 parent 99735ad commit 36dc8f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ export default merge(baseConfig, {
plugins: [
copy({
targets: [
{src: './L.Control.Locate.min.css', dest: 'dist/'},
{src: './leaflet.css', dest: 'dist/'},
{src: './manifest.json', dest: 'dist/'},
{src: './images/**/*', dest: 'dist/images'},
Expand Down

0 comments on commit 36dc8f2

Please sign in to comment.