remix-aws-cdk-example
remix-aws-cdk-example copied to clipboard
Why are we keeping react in node_modules
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?