fix(deploy): add --webpack flag to dev script for Serwist compatibility
This commit is contained in:
parent
4b579750a2
commit
29cd7ffc62
@ -3,7 +3,7 @@
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "next dev",
|
||||
"dev": "next dev --webpack",
|
||||
"build": "next build --webpack",
|
||||
"start": "next start",
|
||||
"lint": "eslint",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user