Build update

This commit is contained in:
Francisco Hodge 2021-10-21 08:06:23 +00:00
parent bf3a3cd33e
commit 178e21e247
4 changed files with 22 additions and 19 deletions

View File

@ -1,22 +1,25 @@
module.exports = { module.exports = {
presets: [ presets: [
["@babel/env", { [
corejs:"3", "@babel/env",
useBuiltIns: 'usage', {
"targets": { corejs: "3",
"browsers": [ useBuiltIns: "usage",
"edge >= 16", targets: {
"safari >= 9", browsers: [
"firefox >= 57", "edge >= 16",
"ie >= 11", "safari >= 9",
"ios >= 9", "firefox >= 57",
"chrome >= 49" "ie >= 11",
] "ios >= 9",
"chrome >= 49",
],
},
}, },
}] ],
], ],
plugins: [ plugins: [
["@babel/plugin-proposal-class-properties"], ["@babel/plugin-proposal-class-properties"],
["@babel/plugin-transform-typescript"] ["@babel/plugin-transform-typescript"],
] ],
}; };

View File

@ -1,6 +1,6 @@
/*! /*!
* *
* simple-keyboard v3.3.6 * simple-keyboard v3.3.7
* https://github.com/hodgef/simple-keyboard * https://github.com/hodgef/simple-keyboard
* *
* Copyright (c) Francisco Hodge (https://github.com/hodgef) and project contributors. * Copyright (c) Francisco Hodge (https://github.com/hodgef) and project contributors.

View File

@ -1,6 +1,6 @@
/*! /*!
* *
* simple-keyboard v3.3.6 * simple-keyboard v3.3.7
* https://github.com/hodgef/simple-keyboard * https://github.com/hodgef/simple-keyboard
* *
* Copyright (c) Francisco Hodge (https://github.com/hodgef) and project contributors. * Copyright (c) Francisco Hodge (https://github.com/hodgef) and project contributors.

View File

@ -1,6 +1,6 @@
/*! /*!
* *
* simple-keyboard v3.3.6 (index.modern.js - Modern Browsers bundle) * simple-keyboard v3.3.7 (index.modern.js - Modern Browsers bundle)
* https://github.com/hodgef/simple-keyboard * https://github.com/hodgef/simple-keyboard
* *
* NOTE: This modern browsers bundle (index.modern.js) removes all polyfills * NOTE: This modern browsers bundle (index.modern.js) removes all polyfills