mirror of
https://github.com/lukin/keywind.git
synced 2025-01-25 08:46:27 +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",
|
||||
"scripts": {
|
||||
"build": "snowpack build",
|
||||
"start": "snowpack dev",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"dependencies": {
|
||||
|
|
|
@ -15,7 +15,7 @@ module.exports = {
|
|||
bundle: true,
|
||||
entrypoints: ['./src/index.js'],
|
||||
minify: true,
|
||||
target: 'es2017',
|
||||
target: 'es6',
|
||||
},
|
||||
plugins: ['@snowpack/plugin-postcss'],
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue