Skip to content

Commit 3fa1910

Browse files
committed
update dev script in package.json to include webpack
1 parent 8f6f077 commit 3fa1910

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/frontend/package.json

Lines changed: 1 addition & 1 deletion
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": "next dev --webpack",
77
"build": "next build --webpack",
88
"start": "next start",
99
"lint": "eslint \"src/**/*.{ts,tsx}\" --fix",

0 commit comments

Comments
 (0)