mirror of
https://github.com/lukin/keywind.git
synced 2025-01-26 17:26:22 +00:00
Update target
This commit is contained in:
parent
766a38b2f2
commit
3b44fd2b96
2 changed files with 1 additions and 2 deletions
|
@ -2,7 +2,6 @@
|
||||||
"$schema": "https://json.schemastore.org/package",
|
"$schema": "https://json.schemastore.org/package",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "snowpack build",
|
"build": "snowpack build",
|
||||||
"start": "snowpack dev",
|
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
@ -15,7 +15,7 @@ module.exports = {
|
||||||
bundle: true,
|
bundle: true,
|
||||||
entrypoints: ['./src/index.js'],
|
entrypoints: ['./src/index.js'],
|
||||||
minify: true,
|
minify: true,
|
||||||
target: 'es2017',
|
target: 'es6',
|
||||||
},
|
},
|
||||||
plugins: ['@snowpack/plugin-postcss'],
|
plugins: ['@snowpack/plugin-postcss'],
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue