Skip to content

Commit cf9901f

Browse files
committed
Update README.md
1 parent 999c939 commit cf9901f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ or import the complete module as a namespace
5454
import * as JIL from 'javascript-interface-library'
5555
```
5656

57-
All module functions and values are exported individually, thus allowing your bundler to perform some "tree-shaking" in order to include actually used functions or values (together with their dependencies) only.
57+
All module functions and values are exported individually, thus allowing your bundler to perform some "tree-shaking" in order to include actually used functions or values (together with their dependencies) only. The package also declares itself free of side effects (`"sideEffects": false` in its `package.json`), so bundlers may safely drop any unused parts of it.
5858

5959

6060
## Usage within Svelte ##

0 commit comments

Comments
 (0)