Skip to content

Commit 7536bd7

Browse files
committed
Fix: update build script to use webpack
1 parent 6b28ef6 commit 7536bd7

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
@@ -4,7 +4,7 @@
44
"private": true,
55
"scripts": {
66
"dev": "next dev",
7-
"build": "next build",
7+
"build": "next build --webpack",
88
"start": "next start",
99
"lint": "eslint \"src/**/*.{ts,tsx}\" --fix",
1010
"test": "jest"

0 commit comments

Comments
 (0)