Skip to content
This repository was archived by the owner on Jan 30, 2025. It is now read-only.

Commit 2907b26

Browse files
committed
chore(package): update typedcssx-next-plugin at 2.7.2
1 parent ce5caab commit 2907b26

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

e2e/site/next.config.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
/** @type {import('next').NextConfig} */
2-
const { TypedCSSXNextPlugin, configCSSModule } = require('typedcssx-next-plugin');
2+
const { configCSSModule } = require('typedcssx-next-plugin');
33
const nextConfig = {
44
webpack: config => {
5-
config.plugins.push(new TypedCSSXNextPlugin());
65
return configCSSModule(config);
76
},
87
};

e2e/site/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.1.0",
44
"private": true,
55
"scripts": {
6-
"dev": "next dev",
6+
"dev": "npx cssx && next dev",
77
"build": "next build",
88
"start": "next start",
99
"lint": "next lint"
@@ -14,11 +14,11 @@
1414
"react-dom": "^18"
1515
},
1616
"devDependencies": {
17-
"typedcssx": "*",
1817
"@types/node": "^22.5.4",
1918
"@types/react": "^18",
2019
"@types/react-dom": "^18",
21-
"typedcssx-next-plugin": "^0.0.4",
20+
"typedcssx": "*",
21+
"typedcssx-next-plugin": "^2.7.2",
2222
"typescript": "^5"
2323
}
2424
}

0 commit comments

Comments
 (0)