Commit 058b2cc8 authored by Stefan's avatar Stefan Committed by Ville Immonen
Browse files

exclude html from default loader. (#1075)

parent e0426340
Showing with 2 additions and 0 deletions
+2 -0
...@@ -124,6 +124,7 @@ module.exports = { ...@@ -124,6 +124,7 @@ module.exports = {
// A missing `test` is equivalent to a match. // A missing `test` is equivalent to a match.
{ {
exclude: [ exclude: [
/\.(html)$/,
/\.(js|jsx)$/, /\.(js|jsx)$/,
/\.css$/, /\.css$/,
/\.json$/ /\.json$/
......
...@@ -132,6 +132,7 @@ module.exports = { ...@@ -132,6 +132,7 @@ module.exports = {
// A missing `test` is equivalent to a match. // A missing `test` is equivalent to a match.
{ {
exclude: [ exclude: [
/\.(html)$/,
/\.(js|jsx)$/, /\.(js|jsx)$/,
/\.css$/, /\.css$/,
/\.json$/ /\.json$/
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment