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 359c1c7 commit a6d1a84Copy full SHA for a6d1a84
config/webpack.config.js
@@ -109,22 +109,6 @@ module.exports = function(webpackEnv) {
109
},
110
111
].filter(Boolean);
112
- if (preProcessor) {
113
- loaders.push(
114
- {
115
- loader: require.resolve('resolve-url-loader'),
116
- options: {
117
- sourceMap: isEnvProduction && shouldUseSourceMap,
118
- },
119
120
121
- loader: require.resolve(preProcessor),
122
123
- sourceMap: true,
124
125
- }
126
- );
127
128
return loaders;
129
};
130
package.json
@@ -77,7 +77,6 @@
77
"react-dev-utils": "^10.2.1",
78
"react-dom": "16.13.1",
79
"resolve": "1.15.0",
80
- "resolve-url-loader": "3.1.1",
81
"sass-loader": "8.0.2",
82
"semver": "6.3.0",
83
"style-loader": "0.23.1",
0 commit comments