Update target

This commit is contained in:
@lukin 2021-12-14 01:50:00 +07:00
parent 766a38b2f2
commit 3b44fd2b96
2 changed files with 1 additions and 2 deletions

View file

@ -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": {

View file

@ -15,7 +15,7 @@ module.exports = {
bundle: true,
entrypoints: ['./src/index.js'],
minify: true,
target: 'es2017',
target: 'es6',
},
plugins: ['@snowpack/plugin-postcss'],
};