Rollback target

This commit is contained in:
@lukin 2022-01-03 01:50:00 +07:00
parent 4e3f17b1c1
commit 2622c84722

View file

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