Skip to content

Commit

Permalink
Multi platform build. Removed Dependencies. Make build 2.2 times smaller
Browse files Browse the repository at this point in the history
  • Loading branch information
Kolezhniuk committed Aug 25, 2023
1 parent cfe9b3a commit 9f5cb95
Show file tree
Hide file tree
Showing 27 changed files with 1,634 additions and 25,161 deletions.
2 changes: 1 addition & 1 deletion config/tsconfig.esm.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"extends": "../tsconfig",
"compilerOptions": {
"module": "ES2020",
"outDir": "../dist/esm"
"outDir": "../dist/node/esm",
}
}
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
content="IE=edge">
<meta name="viewport"
content="width=device-width, initial-scale=1.0">
<script src="./dist/umd/index.js"></script>
<script src="./dist/browser/umd/index.js"></script>
<title>Test</title>
</head>

Expand Down
Loading

0 comments on commit 9f5cb95

Please sign in to comment.