Skip to content

Commit

Permalink
Merge pull request #17806 from ckeditor/add-sideEffects-field-to-mark…
Browse files Browse the repository at this point in the history
…down-plugin

Other (markdown-gfm): Add `sideEffects` field to allow tree-shaking of external libraries. See #17767.
  • Loading branch information
filipsobol authored Jan 27, 2025
2 parents 546751c + d02a3cf commit c494277
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/ckeditor5-markdown-gfm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@
"ckeditor5-plugin",
"ckeditor5-dll"
],
"sideEffects": [
"*.css",
"build/**/*.js",
"dist/translations/*.umd.js"
],
"type": "module",
"main": "src/index.ts",
"dependencies": {
Expand Down

0 comments on commit c494277

Please sign in to comment.