Skip to content

Commit

Permalink
chore: fix hmr
Browse files Browse the repository at this point in the history
  • Loading branch information
kernoeb committed Jan 19, 2024
1 parent 6063369 commit 2641dbc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,11 @@ export default {

// Build Configuration (https://go.nuxtjs.dev/config-build)
build: {
loaders: {
css: {
modules: false
}
},
extractCSS: true,
postcss: {
postcssOptions:
Expand Down

0 comments on commit 2641dbc

Please sign in to comment.