@maplibre/maplibre-gl-style-spec
Advanced tools
Comparing version 18.0.1-pre.1 to 18.0.1-pre.2
{ | ||
"name": "@maplibre/maplibre-gl-style-spec", | ||
"description": "a specification for maplibre gl styles", | ||
"version": "18.0.1-pre.1", | ||
"version": "18.0.1-pre.2", | ||
"author": "MapLibre", | ||
@@ -6,0 +6,0 @@ "keywords": [ |
@@ -7,2 +7,3 @@ import replace from '@rollup/plugin-replace'; | ||
import json from '@rollup/plugin-json'; | ||
import minifyStyleSpec from './build/rollup_plugin_minify_style_spec'; | ||
@@ -23,2 +24,3 @@ const config: RollupOptions[] = [{ | ||
plugins: [ | ||
minifyStyleSpec(), | ||
json(), | ||
@@ -25,0 +27,0 @@ resolve({ |
@@ -6,2 +6,3 @@ import replace from '@rollup/plugin-replace'; | ||
import json from '@rollup/plugin-json'; | ||
import minifyStyleSpec from './build/rollup_plugin_minify_style_spec'; | ||
const config = [{ | ||
@@ -21,2 +22,3 @@ input: './src/style-spec.ts', | ||
plugins: [ | ||
minifyStyleSpec(), | ||
json(), | ||
@@ -23,0 +25,0 @@ resolve({ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
613
3030434
61129