fix: use webpack for dev-server to keep consistent css-module classnames
There's an inconsistency between webpack and next turbo's `localIdentName` This also improves the hot-loading fixes #440
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
"techradar": "./bin/techradar.js"
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "next dev --turbo",
|
||||
"dev": "next dev",
|
||||
"build:icons": "npx @svgr/cli --typescript --no-dimensions --no-prettier --out-dir src/components/Icons -- src/icons",
|
||||
"build:data": "tsx scripts/buildData.ts",
|
||||
"build": "next build",
|
||||
|
||||
Reference in New Issue
Block a user