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 7f4a51b commit be6d2a8Copy full SHA for be6d2a8
src/configure.js
@@ -95,7 +95,7 @@ export default function configure(options) {
95
}
96
97
function webpackProp(name, value) {
98
- let configured = delve(webpackConfig, 'resolve.alias');
+ let configured = delve(webpackConfig, name);
99
if (Array.isArray(value)) {
100
return value.concat(configured || []).filter(dedupe);
101
0 commit comments