Skip to content

Instantly share code, notes, and snippets.

@bradoyler
Created March 21, 2017 02:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bradoyler/989cd0a4ed9172b63510c5fec5d37755 to your computer and use it in GitHub Desktop.
Save bradoyler/989cd0a4ed9172b63510c5fec5d37755 to your computer and use it in GitHub Desktop.
build via `zepto-modules`
import $ from 'zepto-modules/zepto';
import 'zepto-modules/event';
import 'zepto-modules/form';
import 'zepto-modules/ie';
import 'zepto-modules/data';
import 'zepto-modules/detect';
import 'zepto-modules/stack';
// import 'zepto-modules/ajax';
export default $;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment