We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e042634 commit 058b2ccCopy full SHA for 058b2cc
packages/react-scripts/config/webpack.config.dev.js
@@ -124,6 +124,7 @@ module.exports = {
124
// A missing `test` is equivalent to a match.
125
{
126
exclude: [
127
+ /\.(html)$/,
128
/\.(js|jsx)$/,
129
/\.css$/,
130
/\.json$/
packages/react-scripts/config/webpack.config.prod.js
@@ -132,6 +132,7 @@ module.exports = {
132
133
134
135
136
137
138
0 commit comments