git clone git@github.com:adityavohra7/nested-styles.git
npm install
./init.sh
./node_modules/.bin/webpack
The background is blue (from node_modules/package-B/scss/index.scss
). I'd like to know if it's possible to get it to be pink (from node_modules/package-A/node_modules/package-B/scss/index.scss
). Basically I'd like Webpack's default module resolution for styles.