Closed hairmot closed 7 years ago
This seems to have happened since the move from clean-css 2.2x to 4.1.5
I'm seeing my styles inserted as:
<style type="text/css" data-href="src\shared\css\fancyLoadingButton.css">[object Object]</style>
My settings in package.json are
"browserify-css": { "autoInject": true, "verbose": true, "minify":true, "rootDir": "." }
if i remove the minify:true from package json, my styles are included correctly.
Problem is the same if i put my config in a separate browserify-css,js file
Has anyone else had any issues with a similar config?
I also encountered this issue, switched back to previous version for now.
@hairmot @Melatonin64
Thank you for reporting and fixing this issue. The bug fix is now available with v0.11.1.
This seems to have happened since the move from clean-css 2.2x to 4.1.5
I'm seeing my styles inserted as:
<style type="text/css" data-href="src\shared\css\fancyLoadingButton.css">[object Object]</style>
My settings in package.json are
if i remove the minify:true from package json, my styles are included correctly.
Problem is the same if i put my config in a separate browserify-css,js file
Has anyone else had any issues with a similar config?