Signed-off-by: Simon Bailey <simon@newtriks.com>
This commit is contained in:
Simon Bailey 2015-05-06 10:01:31 +01:00
parent 6e2394ef8f
commit 229ee6d535
2 changed files with 2 additions and 2 deletions

View File

@ -63,7 +63,7 @@ module.exports = {
test: /\.css$/,
loader: 'style-loader!css-loader'
}, {
test: /\.(png|jpg)$/,
test: /\.(png|jpg|woff|woff2)$/,
loader: 'url-loader?limit=8192'
}]
},

View File

@ -70,7 +70,7 @@ module.exports = {
test: /\.styl/,
loader: 'style-loader!stylus-loader!less-loader'
},<% } %> {
test: /\.(png|jpg)$/,
test: /\.(png|jpg|woff|woff2)$/,
loader: 'url-loader?limit=8192'
}]
}