File tree Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ ' @module-federation/node ' : patch
3+ ---
4+
5+ use eval for require to avoid bundler warnings
Original file line number Diff line number Diff line change 2727 - name : Set SKIP_DEVTOOLS_POSTINSTALL environment variable
2828 run : echo "SKIP_DEVTOOLS_POSTINSTALL=true" >> $GITHUB_ENV
2929
30+ - name : Set local webpack
31+ run : echo "NEXT_PRIVATE_LOCAL_WEBPACK=true" >> $GITHUB_ENV
32+
3033 - name : Install Dependencies
3134 run : pnpm install
3235
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ const getRequire = (): NodeRequire => {
1212 //@ts -ignore
1313 return typeof __non_webpack_require__ !== 'undefined'
1414 ? __non_webpack_require__
15- : require ;
15+ : eval ( ' require' ) ;
1616} ;
1717
1818function callsites ( ) : any [ ] {
You can’t perform that action at this time.
0 commit comments