Select Git revision
changelog.js
To find the state of this project's repository at the time of any of these versions, check out the tags.
babel.config.js 207 B
module.exports = {
plugins: [
'@babel/plugin-syntax-dynamic-import',
'@babel/plugin-proposal-class-properties',
],
presets: [
[
'@babel/preset-env',
{
useBuiltIns: false,
},
],
],
}