Skip to content

Commit

Permalink
simplify toolchain to compile TS/AS into JS
Browse files Browse the repository at this point in the history
  • Loading branch information
Huguenin-Elie Steve committed Apr 1, 2021
1 parent 36ecee9 commit 79a3b97
Show file tree
Hide file tree
Showing 7 changed files with 3,334 additions and 3,982 deletions.
4 changes: 2 additions & 2 deletions .babelrc.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module.exports = {
"presets": ["@babel/env"],
"presets": ["@babel/preset-typescript"],
"env": {
"esm": {
"presets": [["@babel/env", { "modules": false }]]
"presets": [["@babel/preset-typescript", { "modules": false }]],
}
}
};
2 changes: 1 addition & 1 deletion .size-snapshot.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"gzipped": 13273
},
"dist\\gl-matrix-min.js": {
"bundled": 223200,
"bundled": 228852,
"minified": 52941,
"gzipped": 13521
}
Expand Down
Loading

0 comments on commit 79a3b97

Please sign in to comment.