Skip to content

Commit

Permalink
feat: aadd webpack and umd to browser support
Browse files Browse the repository at this point in the history
  • Loading branch information
mohammadanaraki committed Jul 2, 2024
1 parent 20650f7 commit 62e8173
Show file tree
Hide file tree
Showing 4 changed files with 8,998 additions and 4,798 deletions.
17 changes: 17 additions & 0 deletions babel.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
module.exports = {
plugins: [
["@babel/plugin-transform-modules-umd", {
exactGlobals: true,
}]
],
presets: [
[
'@babel/preset-env',
{
targets: {
node: 'current',
},
},
],
],
};
Loading

0 comments on commit 62e8173

Please sign in to comment.