Skip to content

Instantly share code, notes, and snippets.

@shgysk8zer0
Created January 29, 2016 09:08
Show Gist options
  • Save shgysk8zer0/bc50134d00d2d31a55ce to your computer and use it in GitHub Desktop.
Save shgysk8zer0/bc50134d00d2d31a55ce to your computer and use it in GitHub Desktop.
polyfill-module.es6
export {default as dePrefix} from './deprefixer.es6';
export * from './polyfills/array/modules.es6';
export * from './polyfills/string/modules.es6';
export * from './polyfills/element/modules.es6';
export * from './polyfills/css/modules.es6';
export * from './polyfills/promises.es6';
export * from './polyfills/fetch.es6';
export * from './polyfills/mutationobserver.es6';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment