webpack-plugin-responsive-app
v1.0.0-beta.0
Published
A Webpack plugin to handle your app responsiveness automatically
Downloads
2
Maintainers
Readme
webpack-plugin-responsive-app [beta]
A Webpack plugin to automatically handle your app responsiveness:
- Set up and ready
- Web accessible compliant
- Mobile screen auto-adaptation [experimental]
Install
npm i -D webpack-plugin-responsive-appUsage
In your webpack.config.js file:
const WebpackResponsiveApp = require('webpack-plugin-responsive-app')
module.exports = {
...
plugins: [
...,
// Last plugin on the list
new WebpackResponsiveApp(),
],
};Options
Check the responsive-app docs page
