Skip to content

Commit daf1443

Browse files
Improve configs and testing dependencies
1 parent fafcad8 commit daf1443

File tree

5 files changed

+45
-544
lines changed

5 files changed

+45
-544
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ prepended to the generated output after the build process.
2222
Once you are done, `npm run build` will create a JS file for your plugin as
2323
`dist/js/plugins/{pkg.name}.js`.
2424

25+
By default, the plugin is wrapped into an IIFE and everything you export from
26+
`./src/main.ts` is saved under a namespace to be configured in `package.json`.
27+
2528
**TL;DR**:
2629

2730
First:

0 commit comments

Comments
 (0)