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 f507ce9 commit 42b848dCopy full SHA for 42b848d
packages/react-scripts/config/webpack.config.prod.js
@@ -151,7 +151,7 @@ module.exports = {
151
loader: require.resolve('eslint-loader'),
152
},
153
],
154
- include: [paths.appSrc, fs.realpathSync(paths.appSrc+'/solr-faceted-search-react')],
+ include: paths.appSrc,
155
156
{
157
// "oneOf" will traverse all following loaders until one will
@@ -171,7 +171,7 @@ module.exports = {
171
// Process JS with Babel.
172
173
test: /\.(js|jsx|mjs)$/,
174
- include: paths.appSrc,
+ include: [paths.appSrc, fs.realpathSync(paths.appSrc+'/solr-faceted-search-react')],
175
loader: require.resolve('babel-loader'),
176
options: {
177
// @remove-on-eject-begin
0 commit comments