exclude html from default loader. (#1075)

This commit is contained in:
Stefan
2016-11-21 12:57:21 +01:00
committed by Ville Immonen
parent e04263408c
commit 058b2cc887
2 changed files with 2 additions and 0 deletions

View File

@@ -124,6 +124,7 @@ module.exports = {
// A missing `test` is equivalent to a match.
{
exclude: [
/\.(html)$/,
/\.(js|jsx)$/,
/\.css$/,
/\.json$/

View File

@@ -132,6 +132,7 @@ module.exports = {
// A missing `test` is equivalent to a match.
{
exclude: [
/\.(html)$/,
/\.(js|jsx)$/,
/\.css$/,
/\.json$/