1.0.0-beta.0 • Published 8 months ago

webpack-plugin-responsive-app v1.0.0-beta.0

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

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