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 = {
presets: [
["@babel/env", {
corejs:"3",
useBuiltIns: 'usage',
"targets": {
"browsers": [
[
"@babel/env",
{
corejs: "3",
useBuiltIns: "usage",
targets: {
browsers: [
"edge >= 16",
"safari >= 9",
"firefox >= 57",
"ie >= 11",
"ios >= 9",
"chrome >= 49"
]
"chrome >= 49",
],
},
}]
},
],
],
plugins: [
["@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
*
* 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
*
* 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
*
* NOTE: This modern browsers bundle (index.modern.js) removes all polyfills