shakacode/bootstrap-sass-loader

1.0.7 ERROR: Could not find path to config.bootstrapCustomizations

austinnichols101 opened this issue · 3 comments

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

This was fixed with #27. I think a release will be made shortly.

Release 1.0.8

Thank you sir!