File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,11 +23,6 @@ export default defineConfig({
2323 const targets = Array . isArray ( target ) ? target : [ target ] ;
2424 if ( targets . some ( item => String ( item ) . includes ( 'node' ) ) ) {
2525 chain . target ( 'async-node' ) ;
26- chain . resolve . conditionNames
27- . add ( 'react-server' )
28- . add ( 'require' )
29- . add ( 'import' )
30- . add ( 'default' ) ;
3126 }
3227
3328 chain . resolve . modules
Original file line number Diff line number Diff line change @@ -28,11 +28,6 @@ export default defineConfig({
2828 const targets = Array . isArray ( target ) ? target : [ target ] ;
2929 if ( targets . some ( item => String ( item ) . includes ( 'node' ) ) ) {
3030 chain . target ( 'async-node' ) ;
31- chain . resolve . conditionNames
32- . add ( 'react-server' )
33- . add ( 'require' )
34- . add ( 'import' )
35- . add ( 'default' ) ;
3631 chain . output . publicPath ( `http://127.0.0.1:${ remotePort } /bundles/` ) ;
3732 chain . module
3833 . rule ( 'rsc-mf-remote-components-layer' )
You can’t perform that action at this time.
0 commit comments