Skip to content

Commit

Permalink
Update 'vanilla-extract/next-plugin' => v2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
SuttonJack committed May 26, 2023
1 parent 520d8c0 commit 6978b06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
10 changes: 1 addition & 9 deletions examples/with-vanilla-extract/next.config.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,4 @@
const { createVanillaExtractPlugin } = require('@vanilla-extract/next-plugin')

const withVanillaExtract = createVanillaExtractPlugin()

/** @type {import('next').NextConfig} */
const nextConfig = {
experimental: {
appDir: true,
},
}

module.exports = withVanillaExtract(nextConfig)
module.exports = withVanillaExtract()
2 changes: 1 addition & 1 deletion examples/with-vanilla-extract/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"dependencies": {
"@vanilla-extract/css": "^1.11.0",
"@vanilla-extract/next-plugin": "^2.1.2",
"@vanilla-extract/next-plugin": "^2.1.3",
"@types/node": "18.15.11",
"@types/react": "18.0.34",
"@types/react-dom": "18.0.11",
Expand Down

0 comments on commit 6978b06

Please sign in to comment.