Merge pull request #553 from orangemug/maintenance/update-deps-20191009

Update dependencies
This commit is contained in:
Orange Mug
2019-10-12 11:56:38 +01:00
committed by GitHub
4 changed files with 6509 additions and 8588 deletions

View File

@@ -1,7 +1,7 @@
import MapboxGl from 'mapbox-gl'
import {readFileSync} from 'fs'
// Load mapbox-gl-rtl-text using object urls without needing http://localhost for AJAX.
const data = require("raw-loader?mimetype=text/javascript!@mapbox/mapbox-gl-rtl-text/mapbox-gl-rtl-text.js");
const data = readFileSync(__dirname+"/../../node_modules/@mapbox/mapbox-gl-rtl-text/mapbox-gl-rtl-text.js", "utf8");
const blob = new window.Blob([data], {
type: "text/javascript"