Skip to content

Commit 8c0b242

Browse files
committed
fix(explorer): specify usage of next with webpack
1 parent 7869919 commit 8c0b242

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mithril-explorer/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"version": "0.7.40",
44
"private": true,
55
"scripts": {
6-
"dev": "next dev",
7-
"build": "next build",
6+
"dev": "next dev --webpack",
7+
"build": "next build --webpack",
88
"icons-font": "fantasticon",
99
"lint": "next lint",
1010
"pretty:check": "prettier . --check",

0 commit comments

Comments
 (0)