mirror of
https://github.com/lukin/keywind.git
synced 2025-01-10 09:56:25 +00:00
Rollback target
This commit is contained in:
parent
4e3f17b1c1
commit
2622c84722
1 changed files with 1 additions and 1 deletions
|
@ -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'],
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue