mirror of
https://github.com/hodgef/simple-keyboard.git
synced 2025-04-04 14:06:46 +08:00
Build update
This commit is contained in:
parent
bf3a3cd33e
commit
178e21e247
@ -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"],
|
||||||
]
|
],
|
||||||
};
|
};
|
@ -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.
|
||||||
|
@ -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.
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user