Skip to content

cssnano deprecated options #126

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

Closed
andresgarza opened this issue Aug 20, 2015 · 17 comments
Closed

cssnano deprecated options #126

andresgarza opened this issue Aug 20, 2015 · 17 comments

Comments

@andresgarza
Copy link

I'm currently using css-loader (@0.16.0) and style-loader (@0.12.3) with the UglifyJsPlugin and I'm getting the following warnings:

The unused option is deprecated. Please use options.discardUnused instead.
The urls option is deprecated. Please use options.normalizeUrl instead.
The idents option is deprecated. Please use options.mergeIdents instead.
The idents option is deprecated. Please use options.reduceIdents instead.

Seems that cssnano changed some of its options.

@ufocoder
Copy link

+1

9 similar comments
@beeman
Copy link

beeman commented Aug 26, 2015

+1

@KuroGuo
Copy link

KuroGuo commented Aug 26, 2015

+1

@chiefjester
Copy link

+1

@hen-x
Copy link

hen-x commented Aug 27, 2015

+1

@Magomogo
Copy link

+1

@lixiaoyan
Copy link

+1

@lancetw
Copy link

lancetw commented Aug 27, 2015

+1

@agentcooper
Copy link

+1

@mmrko
Copy link
Contributor

mmrko commented Aug 28, 2015

+1

@nazar
Copy link

nazar commented Aug 28, 2015

+2

@harryworld
Copy link

+1

@sokra sokra closed this as completed in 3d2435c Aug 31, 2015
sokra added a commit that referenced this issue Aug 31, 2015
Update cssnano options. Fixes #126.
@beeman
Copy link

beeman commented Sep 2, 2015

@sokra can you please tag this to version 0.17.0 so we can update our package.json to get rid of this message? :)

@sokra
Copy link
Member

sokra commented Sep 2, 2015

done

@beeman
Copy link

beeman commented Sep 2, 2015

Thanks a lot!

@danielo515
Copy link

If this is fixed why I'm still getting the same error?

@bendavis78
Copy link

Still getting the same warnings

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