diff --git a/package.json b/package.json index bef3177..0b80f1e 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/snowpack.config.js b/snowpack.config.js index c25c236..2579094 100644 --- a/snowpack.config.js +++ b/snowpack.config.js @@ -15,7 +15,7 @@ module.exports = { bundle: true, entrypoints: ['./src/index.js'], minify: true, - target: 'es2017', + target: 'es6', }, plugins: ['@snowpack/plugin-postcss'], };