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({
|
||||
babelrc: false,
|
||||
configFile: false,
|
||||
browserslistConfigFile: false,
|
||||
plugins: [blockHoistPlugin],
|
||||
});
|
||||
LOADED_PLUGIN = config ? config.passes[0][0] : undefined;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user