remix-aws-cdk-example icon indicating copy to clipboard operation
remix-aws-cdk-example copied to clipboard

Why are we keeping react in node_modules

Open IshanKBG opened this issue 2 years ago • 0 comments

I was checking through the infrastructure code and saw that you are doing this

bundling: {
        nodeModules: ["@remix-run/architect", "react", "react-dom"],
      },

Why are we not bundling this with server but rather keeping in node_modules?

IshanKBG avatar Apr 09 '22 05:04 IshanKBG