Created
January 29, 2016 09:08
-
-
Save shgysk8zer0/bc50134d00d2d31a55ce to your computer and use it in GitHub Desktop.
polyfill-module.es6
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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