1.0.7 ERROR: Could not find path to config.bootstrapCustomizations
austinnichols101 opened this issue · 3 comments
austinnichols101 commented
Ref line 55 in bootstrap-sass-styles.loader.js: eda5080#56
My code specifies bootstrapCustomizations of './app/_bootstrap.config.scss'
In version 1.0.6, fileNameResolved is '/home/user/my-project/app/_bootstrap.config.scss'
In version 1.0.7, fileNameResolved is '_bootstrap.config.scss'
Which results in...
ERROR: Could not find path to config.bootstrapCustomizations: _bootstrap.config.scss
justin808 commented
Release 1.0.8
austinnichols101 commented
Thank you sir!