medialize / ally.js

JavaScript library to help modern web applications with accessibility concerns
http://allyjs.io/
MIT License
1.53k stars 83 forks source link

Webpack bundle #166

Closed nsahlas closed 5 years ago

nsahlas commented 5 years ago

Although we are using a specific import:

import { maintain } from 'ally.js';

When we run webpack and compile our production files it is including the entire all.js library. Trying to trim down our webpack bundle and wondered if someone could guide me on how to just include the one library via webpack?

Thanks