fix: Don't load browserslist in block-hoist-plugin (#13182)
* fix: Don't load browserslist in block-hoist-plugin * Remove test case * Remove added new line
This commit is contained in:
parent
0c425cfb97
commit
adb5adac0c
@ -12,6 +12,7 @@ export default function loadBlockHoistPlugin(): Plugin {
|
|||||||
const config = loadConfig.sync({
|
const config = loadConfig.sync({
|
||||||
babelrc: false,
|
babelrc: false,
|
||||||
configFile: false,
|
configFile: false,
|
||||||
|
browserslistConfigFile: false,
|
||||||
plugins: [blockHoistPlugin],
|
plugins: [blockHoistPlugin],
|
||||||
});
|
});
|
||||||
LOADED_PLUGIN = config ? config.passes[0][0] : undefined;
|
LOADED_PLUGIN = config ? config.passes[0][0] : undefined;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user