Граф коммитов

2 Коммитов

Автор SHA1 Сообщение Дата
ling1726 7510aa3614
1.1.0- IE11 EOL (#97)
* chore: Do not rollup library into a single file

Using `bundle-size` we recently discovered that due to es6 classes and
statics, things were leaking into the bundle that shouldn't be there.

This PR modifies the build to create two separate directories:

* lib -> es6 modules
* lib-commonjs -> commonjs

* fix

* prettier

* IE11 EOL

* Update package.json

* add release-it

* update lean

* bump keyborg

* update files

* Release 1.1.0-alpha.0

* revert to single file rollup after #96

* update eslintrc

* remove  old lib imports

* revert unnecessary

* revert prettierignore

* revert npmignore

* Release 1.1.0-alpha.1

* bump keyborg

* Release 1.1.0-alpha.2

* Release 1.1.0-alpha.3

* bump keyborg alpha

* Release 1.1.0-alpha.4

* bump keyborg version

* Release 1.1.0
2022-01-18 08:30:33 +00:00
Bernardo Sunderhus ef520a5ed1
Restructure project to use rollup instead of tsdx (#87)
* Refactors bundle tolling from tsdx to rollup

* Moves BroTest internally

* prune dependencies
2021-11-25 09:30:35 -03:00