Skip to content

Commit 8e532b0

Browse files
committed
fix: 🐛 extract css for nuxt support
1 parent 41fa59f commit 8e532b0

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vuejs-google-maps",
33
"description": "A set of Google Map components for VueJs",
4-
"version": "0.0.11",
4+
"version": "0.0.12",
55
"license": "MIT",
66
"main": "./dist/vuejs-google-maps.umd.js",
77
"types": "types/index.d.ts",

vue.config.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@ module.exports = {
22
publicPath: process.env.NODE_ENV === 'production'
33
? '/vue-google-map/'
44
: '/',
5-
css: {
6-
extract: process.env.EXTRACT_CSS === 'true'
7-
},
5+
css: { extract: true },
86
configureWebpack: {
97
output: {
108
libraryExport: 'default'

0 commit comments

Comments
 (0)