Created
August 17, 2016 02:45
-
-
Save pciapcib/c5fcad2e1039bae0e8586e4f05d7ff27 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
return loader + (options.sourceMap ? extraParamChar + 'sourceMap' : '') | |
+ (loader == 'css-loader' ? '!autoprefixer-loader?browsers=last 5 version' : '') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment