Skip to content

Commit

Permalink
fix(reactstrap#2427): error building esm files (reactstrap#2748)
Browse files Browse the repository at this point in the history
  • Loading branch information
illiteratewriter committed May 13, 2023
1 parent 8cb0515 commit 04d571d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions babel.esm.config.cjs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module.exports = {
extends: './babel.build.config.cjs',
extends: './babel.config.cjs',
presets: [
// Dont transform modules for the esm build
['@babel/preset-env', { modules: false }],
],
};
};

0 comments on commit 04d571d

Please sign in to comment.