We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41fa59f commit 8e532b0Copy full SHA for 8e532b0
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "vuejs-google-maps",
3
"description": "A set of Google Map components for VueJs",
4
- "version": "0.0.11",
+ "version": "0.0.12",
5
"license": "MIT",
6
"main": "./dist/vuejs-google-maps.umd.js",
7
"types": "types/index.d.ts",
vue.config.js
@@ -2,9 +2,7 @@ module.exports = {
publicPath: process.env.NODE_ENV === 'production'
? '/vue-google-map/'
: '/',
- css: {
- extract: process.env.EXTRACT_CSS === 'true'
- },
+ css: { extract: true },
8
configureWebpack: {
9
output: {
10
libraryExport: 'default'
0 commit comments