Dabolus / polymer3-webpack-starter-kit

Polymer 3 Starter Kit with Webpack
MIT License
55 stars 6 forks source link

Add PostCSS autoprefixer #12

Closed Dabolus closed 6 years ago

Dabolus commented 6 years ago

To increase compatibility with older browsers, an autoprefixer should be added at the end of the webpack build.

Dabolus commented 6 years ago

The autoprefixer should also be optional, since the user might want to keep the bundle light instead of having a web app compatible with older browsers. Maybe having an option to build the web app for older browsers might be a great idea

Dabolus commented 6 years ago

Added with #15