I tried specifying bedrock-web modules as peer dependencies in another bedrock-web module. Webpack is not able to properly track those deps even if they are installed in /tests/node_modules likely due to our symlinking in test suites. Probably need to apply some of the tricks used in bedrock-webpack to address this.
I tried specifying bedrock-web modules as peer dependencies in another bedrock-web module. Webpack is not able to properly track those deps even if they are installed in
/tests/node_moduleslikely due to our symlinking in test suites. Probably need to apply some of the tricks used in bedrock-webpack to address this.