mirror of
https://github.com/hodgef/simple-keyboard.git
synced 2025-01-19 08:32:57 +08:00
Adding es5 target per #954
This commit is contained in:
parent
683327b701
commit
6135b11aef
@ -27,6 +27,7 @@ const banner = `
|
|||||||
module.exports = {
|
module.exports = {
|
||||||
mode: "production",
|
mode: "production",
|
||||||
entry: './src/lib/index.ts',
|
entry: './src/lib/index.ts',
|
||||||
|
target: 'es5',
|
||||||
output: {
|
output: {
|
||||||
filename: 'index.js',
|
filename: 'index.js',
|
||||||
path: path.resolve(__dirname, 'build'),
|
path: path.resolve(__dirname, 'build'),
|
||||||
|
Loading…
Reference in New Issue
Block a user