0.0.2: Updated docs to reflect current state
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2023-05-02 15:47:23 +02:00
parent 9768b3efe5
commit ba07649981
2 changed files with 35 additions and 6 deletions

View File

@@ -95,26 +95,29 @@ By default, this plugin supports the `esm` (`es`). Any other format is currently
## Status
This plugin is in an early state. As such not everything that is supported yet, and the options may change.
This plugin is in an early state. As such not everything that is supported yet, the options are laregely undocumented and may change.
### (Rudimentarily) supported
- Importing JS via `<script src="..." type="module">` tags
- Importing assets using @rollup/plugin-url (which could use an update TBH)
- Compatibility with other plugins such as @rollup/plugin-node-resolve, @rollup/plugin-babel, @rollup/plugin-commonjs, @rollup/plugin-terser and rollup-plugin-livereload
- Inline scripts (i.e `<script>...</script>`)
### Not (yet) supported
- Inline scripts (i.e `<script>...</script>`)
### Not (yet/properly) supported
- Plugins importing CSS files
- CommonJS (cjs) and IIFI output formats. (Is UMD actually ever used?)
- Overriding which tags to ignore/include
- Other (various) plugins such as those for HMR etc
- Overriding which DOM-nodes and resulting URLS to ignore/include (in a clean way)
- Other (various) plugins such as typescript, or those for HMR etc
- ...
# Contibuting
You can be helpful by testing, proving helpful feedback, expanding the documentation, responding to issues/questions being reported, resolving the many ToDo`s in the code, implementating features...\
[Get in touch](mailto:rollup-plugin-html-entry2@cerxes.net) or just dive into [the code](https://git.cerxes.net/rollup-apps/plugin-html) or [issues](https://git.cerxes.net/rollup-apps/plugin-html/issues)
[Get in touch](mailto:rollup-plugin-html-entry2@cerxes.net) or just dive into [the code](https://git.cerxes.net/rollup-apps/plugin-html) or [issues](https://git.cerxes.net/rollup-apps/plugin-html/issues).
See also the ToDo-list at the end of the [changelog](./CHANGELOG.md)
# Notes
## git.cerxes.net