vertigis / vertigis-web-sdk

The SDK for VertiGIS Studio Web
https://developers.vertigisstudio.com/docs/web/sdk-overview/
MIT License
5 stars 3 forks source link

feat: add url-loader to webpack config #22

Closed ianschmitz closed 4 years ago

ianschmitz commented 4 years ago

This adds url-loader to our webpack config to support importing static assets such as images and fonts. These assets will be inlined as data URIs as we only support a single chunk to be emitted.

This makes us more compatible with 3rd party libraries, such as Mapillary that uses url() statements in their CSS to reference relative SVGs in their package.

github-actions[bot] commented 4 years ago

:tada: This PR is included in version 1.3.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: