Skip to content

arthursb2016/webpack-plugin-responsive-app

Repository files navigation

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-app

Usage

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

About

A Webpack plugin to handle your app responsiveness automatically

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published