mirror of
https://github.com/wassname/react-webpack-template.git
synced 2026-09-09 11:32:46 +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: {
|
module: {
|
||||||
loaders: [
|
loaders: [
|
||||||
{
|
{
|
||||||
test: /\.(css|png|jpg|gif|woff|woff2)$/,
|
test: /\.(png|jpg|gif|woff|woff2|css|sass|scss|less|styl)$/,
|
||||||
loader: 'null-loader'
|
loader: 'null-loader'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user