mirror of
https://github.com/wassname/react-webpack-template.git
synced 2026-06-27 18:44:08 +08:00
Merge pull request #15 from stylesuxx/feature/css
Changed loader names for sake of consistency (Provided by @stylesuxx)
This commit is contained in:
+1
-1
@@ -42,7 +42,7 @@ module.exports = {
|
||||
loaders: [
|
||||
{
|
||||
test: /\.css$/,
|
||||
loader: 'style!css'
|
||||
loader: 'style-loader!css-loader'
|
||||
},
|
||||
{
|
||||
test: /\.sass/,
|
||||
|
||||
Reference in New Issue
Block a user