Skip to content

Commit 79a3b97

Browse files
author
Huguenin-Elie Steve
committed
simplify toolchain to compile TS/AS into JS
1 parent 36ecee9 commit 79a3b97

File tree

7 files changed

+3334
-3982
lines changed

7 files changed

+3334
-3982
lines changed

.babelrc.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
module.exports = {
2-
"presets": ["@babel/env"],
2+
"presets": ["@babel/preset-typescript"],
33
"env": {
44
"esm": {
5-
"presets": [["@babel/env", { "modules": false }]]
5+
"presets": [["@babel/preset-typescript", { "modules": false }]],
66
}
77
}
88
};

.size-snapshot.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"gzipped": 13273
66
},
77
"dist\\gl-matrix-min.js": {
8-
"bundled": 223200,
8+
"bundled": 228852,
99
"minified": 52941,
1010
"gzipped": 13521
1111
}

0 commit comments

Comments
 (0)