mirror of
https://github.com/wassname/react-webpack-template.git
synced 2026-06-27 18:25:20 +08:00
Added stylesheet types to null-loader for unit tests
This commit is contained in:
+1
-1
@@ -27,7 +27,7 @@ module.exports = function(config) {
|
||||
module: {
|
||||
loaders: [
|
||||
{
|
||||
test: /\.(css|png|jpg|gif|woff|woff2)$/,
|
||||
test: /\.(png|jpg|gif|woff|woff2|css|sass|scss|less|styl)$/,
|
||||
loader: 'null-loader'
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user