mirror of
https://github.com/josdejong/mathjs.git
synced 2026-02-01 16:07:46 +00:00
* added core-js polyfills for lib/browser/math.js * exclude defaultInstanceCorejs from lib/esm and lib/cjs * removed a semicolon * changed useBuiltIns to usage Co-authored-by: Jos de Jong <wjosdejong@gmail.com>
13 lines
189 B
Plaintext
13 lines
189 B
Plaintext
{
|
|
"presets": [
|
|
["@babel/preset-env"]
|
|
],
|
|
"plugins": [
|
|
"@babel/plugin-transform-object-assign",
|
|
"@babel/plugin-transform-runtime"
|
|
],
|
|
"ignore": [
|
|
"lib/**/*.js"
|
|
]
|
|
}
|