Skip to content

Commit a6d1a84

Browse files
committed
fix: synk issues
1 parent 359c1c7 commit a6d1a84

File tree

2 files changed

+0
-17
lines changed

2 files changed

+0
-17
lines changed

config/webpack.config.js

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -109,22 +109,6 @@ module.exports = function(webpackEnv) {
109109
},
110110
},
111111
].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-
options: {
123-
sourceMap: true,
124-
},
125-
}
126-
);
127-
}
128112
return loaders;
129113
};
130114

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@
7777
"react-dev-utils": "^10.2.1",
7878
"react-dom": "16.13.1",
7979
"resolve": "1.15.0",
80-
"resolve-url-loader": "3.1.1",
8180
"sass-loader": "8.0.2",
8281
"semver": "6.3.0",
8382
"style-loader": "0.23.1",

0 commit comments

Comments
 (0)