0.0.0-wip.0 • Published 3 years ago

vite-plugin-ember-experimental v0.0.0-wip.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

vite-plugin-ember-experimental - WIP

This repo is meant to serve as an experiment to integrate ViteJS build tooling with EmberJS applications.

Theory

When developing an addon using Embroider for EmberJS addons, under the hood it is using Rollup.

Since ViteJS is uses Rollup under the hood, and ViteJS Plugins are a superset of Rollup plugins, our theory is that we can develop ember-addons using ViteJS.