Skip to content

Commit

Permalink
build(publish): optimise npm package size (codex-team#2301)
Browse files Browse the repository at this point in the history
* build: optimize npm package size

* fix: excluded regexes

* chore: update CHANGELOG.md

* fix: changelog information

Co-authored-by: Peter Savchenko <specc.dev@gmail.com>

---------

Co-authored-by: Peter Savchenko <specc.dev@gmail.com>
  • Loading branch information
ilyamore88 and neSpecc authored Mar 14, 2023
1 parent 9ae96b9 commit 447f980
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 24 deletions.
28 changes: 6 additions & 22 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,22 +1,6 @@
.idea
.github
docs
example
src
test
.babelrc
.editorconfig
.eslintignore
.eslintrc
.git
.gitmodules
.jshintrc
.postcssrc.yml
.stylelintrc
CODEOWNERS
cypress.json
tsconfig.json
tslint.json
webpack.config.js
yarn.lock
devserver.js
*
!dist/**/*
!types/**/*
!LICENSE
!README.md
!package.json
5 changes: 3 additions & 2 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@
- `Refactoring` — Popover class refactored.
- `Improvement`*Toolbox* — Number of `close()` method calls optimized.
- `Improvement` — The `onChange` callback won't be triggered only if all mutations contain nodes with the `data-mutation-free` attributes.
- `Fix` — Resolve compiler error from importing the BlockToolData type
- `Fix` — Resolved a problem when document was being scrolled to the beginning after moving up a Block above the viewport
- `Fix` — Resolve compiler error from importing the BlockToolData type.
- `Fix` — Resolved a problem when document was being scrolled to the beginning after moving up a Block above the viewport.
- `Improvement` — Package size reduced by removing redundant files

### 2.26.5

Expand Down

0 comments on commit 447f980

Please sign in to comment.