0.0.1 • Published 3 years ago

@storybook/preset-ie11 v0.0.1

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

One-line IE 11 configuration for Storybook.

Installation

First, install this preset to your project.

npm install -D @storybook/preset-ie11 # or yarn

Once installed, add this preset to the appropriate file:

  • ./.storybook/main.js (for Storybook 5.3.0 and newer)

    module.exports = {
      addons: ['@storybook/preset-ie11'],
    };
  • ./.storybook/presets.js (for all Storybook versions)

    module.exports = ['@storybook/preset-ie11'];