10000
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 0c425cf commit adb5adaCopy full SHA for adb5ada
packages/babel-core/src/transformation/block-hoist-plugin.ts
@@ -12,6 +12,7 @@ export default function loadBlockHoistPlugin(): Plugin {
12
const config = loadConfig.sync({
13
babelrc: false,
14
configFile: false,
15
+ browserslistConfigFile: false,
16
plugins: [blockHoistPlugin],
17
});
18
LOADED_PLUGIN = config ? config.passes[0][0] : undefined;
0 commit comments