Skip to content

Instantly share code, notes, and snippets.

@kadmil
Last active May 9, 2016 16:20
Show Gist options
  • Save kadmil/4e65e2182dbd7f794b4403050402e9e7 to your computer and use it in GitHub Desktop.
Save kadmil/4e65e2182dbd7f794b4403050402e9e7 to your computer and use it in GitHub Desktop.
Webpack to the rescue
{
test: /\.css$/,
loader: ExtractTextPlugin.extract(‘style-loader’, !css-loader?modules&importLoaders=1!stylus-loader’)
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment