A Rollup plugin to automatically handle your app responsiveness:
- Set up and ready
- Web accessible compliant
- Mobile screen auto-adaptation [experimental]
npm i -D rollup-plugin-responsive-app
In your rollup.config.js
or vite.config.js
file:
import responsive from 'rollup-plugin-responsive-app'
export default {
...
plugins: [
...,
// Last plugin on the list
responsive()
],
};
Check the responsive-app docs page