Skip to content

Commit 3881038

Browse files
authored
docs: add note annotation (#14382)
1 parent 4f883d1 commit 3881038

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/docs/30-advanced/70-packaging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ Setting the `sideEffects` field in `package.json` can help the bundler to be mor
139139
}
140140
```
141141

142-
> If the scripts in your library have side effects, ensure that you update the `sideEffects` field. All scripts are marked as side effect free by default in newly created projects. If a file with side effects is incorrectly marked as having no side effects, it can result in broken functionality.
142+
> [!NOTE] If the scripts in your library have side effects, ensure that you update the `sideEffects` field. All scripts are marked as side effect free by default in newly created projects. If a file with side effects is incorrectly marked as having no side effects, it can result in broken functionality.
143143
144144
If your package has files with side effects, you can specify them in an array:
145145

0 commit comments

Comments
 (0)