Skip to content

Commit

Permalink
fix: Don't load browserslist in block-hoist-plugin (#13182)
Browse files Browse the repository at this point in the history
* fix: Don't load browserslist in block-hoist-plugin

* Remove test case

* Remove added new line
  • Loading branch information
Micha Reiser committed Apr 21, 2021
1 parent 0c425cf commit adb5ada
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -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;
Expand Down

0 comments on commit adb5ada

Please sign in to comment.