Skip to content

Commit

Permalink
fix: 🐛 extract css for nuxt support
Browse files Browse the repository at this point in the history
  • Loading branch information
TouchSek committed Mar 17, 2021
1 parent 41fa59f commit 8e532b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vuejs-google-maps",
"description": "A set of Google Map components for VueJs",
"version": "0.0.11",
"version": "0.0.12",
"license": "MIT",
"main": "./dist/vuejs-google-maps.umd.js",
"types": "types/index.d.ts",
Expand Down
4 changes: 1 addition & 3 deletions vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 },
configureWebpack: {
output: {
libraryExport: 'default'
Expand Down

0 comments on commit 8e532b0

Please sign in to comment.