Skip to content

Instantly share code, notes, and snippets.

@hedgerworkco
Created July 16, 2015 07:34
Show Gist options
  • Save hedgerworkco/722dca397835193a6e39 to your computer and use it in GitHub Desktop.
Save hedgerworkco/722dca397835193a6e39 to your computer and use it in GitHub Desktop.
module: {
loaders: [{
test: /\.jsx?$/,
loader: 'babel',
exclude: [path.join(root, 'node_modules'), path.join(context, 'node_modules')]
},
{
test: /\.css$/,
loader: ExtractTextPlugin.extract('style-loader', 'css-loader')
}]
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment