Commit 71d376f 1 parent b4c612b commit 71d376f Copy full SHA for 71d376f
File tree 3 files changed +1722
-2006
lines changed
lib/presets/custom/next/compute
3 files changed +1722
-2006
lines changed Original file line number Diff line number Diff line change @@ -85,6 +85,7 @@ const config = {
85
85
'next/dist/compiled/etag' : `${ nextNodePresetPath } /custom-server/12.3.1/util/etag.js` ,
86
86
'@fastly/http-compute-js' : require . resolve ( '@fastly/http-compute-js' ) ,
87
87
accepts : require . resolve ( 'accepts' ) ,
88
+ string_decoder : require . resolve ( 'string_decoder/' ) ,
88
89
} ,
89
90
} ,
90
91
} ,
Original file line number Diff line number Diff line change 34
34
"@angular/cli" : " ^16.2.0" ,
35
35
"@babel/generator" : " ^7.23.0" ,
36
36
"@babel/parser" : " ^7.23.0" ,
37
- "@babel/types" : " ^7.23.0" ,
38
37
"@babel/traverse" : " ^7.23.0" ,
38
+ "@babel/types" : " ^7.23.0" ,
39
39
"@edge-runtime/node-utils" : " ^2.1.1" ,
40
40
"@edge-runtime/primitives" : " ^3.0.4" ,
41
41
"@fastly/http-compute-js" : " ^1.0.0" ,
77
77
"signale" : " ^1.4.0" ,
78
78
"stream-browserify" : " ^3.0.0" ,
79
79
"stream-http" : " ^3.2.0" ,
80
+ "string_decoder" : " ^1.3.0" ,
80
81
"url" : " ^0.11.1" ,
81
82
"util" : " ^0.12.5" ,
82
83
"webpack" : " ^5.84.0" ,
You can’t perform that action at this time.
0 commit comments