Merge pull request #366 from loicgasser/maintenance/transform-class-properties-and-arrow-func

Take advantage of transform-class-properties and use arrow functions
This commit is contained in:
Orange Mug
2018-09-10 14:08:46 +01:00
committed by GitHub
33 changed files with 91 additions and 161 deletions

View File

@@ -1,4 +1,3 @@
import React from 'react';
import deref from '@mapbox/mapbox-gl-style-spec/deref'
import tokens from '../config/tokens.json'

View File

@@ -1,8 +1,6 @@
import { colorizeLayers } from './style.js'
import style from './style.js'
import { loadStyleUrl } from './urlopen'
import publicSources from '../config/styles.json'
import request from 'request'
const storagePrefix = "maputnik"
const stylePrefix = 'style'