Skip to content

Commit eccfc5b

Browse files
committed
fix(templates): add source-map-support to deps to fix problem running on production env without devDeps
1 parent 230a667 commit eccfc5b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

generators/app/templates/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
"express": "^4.16.4",
3232
"http-status-codes": "^1.3.0",
3333
"morgan": "^1.9.1",
34+
"source-map-support": "^0.5.19",
3435
"yup": "^0.26.6"
3536
},
3637
"devDependencies": {

0 commit comments

Comments
 (0)