diff --git a/build/rollup.js b/build/rollup.js index 86d515e6..712ab068 100644 --- a/build/rollup.js +++ b/build/rollup.js @@ -185,7 +185,7 @@ function bundleOptions (format, package, env = 'development') { } options.replaces['process.env.NODE_ENV'] = `'${env}'` options.replaces['process.env.VUELAYERS_DEBUG'] = JSON.stringify(process.env.NODE_ENV !== 'production') - options.minify = true + // options.minify = true break case 'cjs': options.input.external = external diff --git a/docs/_coverpage.md b/docs/_coverpage.md index 0a97af22..dc8df4ce 100644 --- a/docs/_coverpage.md +++ b/docs/_coverpage.md @@ -2,7 +2,7 @@ -# VueLayers v0.11.7 +# VueLayers v0.11.8 > Web map [Vue](https://vuejs.org/ "Vue Homepage") components with the power of [OpenLayers](https://openlayers.org/ "OpenLayers Homepage") diff --git a/docs/index.html b/docs/index.html index eb41fd42..dd1f3ea3 100644 --- a/docs/index.html +++ b/docs/index.html @@ -83,6 +83,7 @@ Please wait... + diff --git a/docs/quickstart.md b/docs/quickstart.md index a60c3d76..34010b97 100644 --- a/docs/quickstart.md +++ b/docs/quickstart.md @@ -29,6 +29,8 @@ You can browse the source of the npm package at [unpkg.com/vuelayers/](https://u ```html + + diff --git a/package-lock.json b/package-lock.json index 72b7f99f..2e6a5f7d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "vuelayers", - "version": "0.11.7", + "version": "0.11.8", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ccc0a898..3b784584 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vuelayers", "fullname": "VueLayers", - "version": "0.11.7", + "version": "0.11.8", "description": "Web map Vue components with the power of OpenLayers", "author": "Vladimir Vershinin ", "main": "./lib/index.js",