Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit 500d39a

Browse files
committed
test: exclude @nuxtjs/emotion module from teste env
1 parent f5a1340 commit 500d39a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/nuxt-chakra/example/nuxt.config.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ module.exports = {
66
buildDir: resolve(__dirname, '.nuxt'),
77
srcDir: __dirname,
88
modules: [
9-
{ handler: require('../') },
10-
'@nuxtjs/emotion'
9+
{ handler: require('../') }
1110
],
1211
build: {
1312
transpile: [

0 commit comments

Comments
 (0)