Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

There is no @import in css file #5

Open
yanyu0517 opened this issue Mar 15, 2016 · 1 comment
Open

There is no @import in css file #5

yanyu0517 opened this issue Mar 15, 2016 · 1 comment

Comments

@yanyu0517
Copy link

I use the plugin like this:

var blessPlugin = require('bless-webpack-plugin');
plugins: [
...,
blessPlugin()
]

it can be splited to multiple, but the entry css do not include @import

@mieszko4
Copy link

mieszko4 commented Jun 1, 2016

The following worked for me:

blessPlugin({ imports: true })

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants