Adjust example loader configuration
This commit is contained in:
parent
ef1915a4ee
commit
4ac7bfa8dc
|
|
@ -13,7 +13,7 @@ module.exports = {
|
|||
loaders: [
|
||||
{ test: /\.css$/, loader: ExtractTextPlugin.extract('style-loader', 'css-loader') },
|
||||
{ test: /\.png$/, loader: 'file-loader' },
|
||||
{ test: /\.jade$/, loader: 'jade' }
|
||||
{ test: /\.jade$/, loader: 'jade-loader' }
|
||||
]
|
||||
},
|
||||
plugins: [
|
||||
|
|
|
|||
Loading…
Reference in New Issue