1.1 KiB
1.1 KiB
0.0.2
Private release update. Added experimental support for:
- multiple-entrypoints (i.e index.html and admin/index.html)
- Inlined scripts (i.e )
0.0.1
Initial private release
Open issues / Short-term ToDo's:
- Implement importing style (#1 linking to a pcss, #2 inlined style)
- Importing html as a JSModule
- Testing on a windows machine and fix whatever issues with paths that come out of it
- Code clean-up / Watch-mode support
- Properly use 'meta' property, and supporting caching
- Supporting 'assets' directly (LoadType) using emitFile({type:'asset',...}). Removes the need for @rollup/plugin-url in small projects (altough it is still the preferred way of including assets)
- Getting rid of the module evaluation step if possible
- Clean up our API, keeping in mind the configurability desired:
- resolving language for inline script/style
- excluding non-relative imports (ie unpkg stuff etc)
- customizing how to import certain things (LoadType)
- support for typescript (might not need extra work, but it should be integrated in tests)
- cjs & iifi supported in tests