Skip to content
This repository was archived by the owner on Mar 6, 2020. It is now read-only.

Commit 8372fe3

Browse files
author
René Kooi
committed
es6 modules best modules 🎉
1 parent 2a54732 commit 8372fe3

48 files changed

Lines changed: 2409 additions & 2561 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

gulpfile.babel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ gulp.task('clean', [ 'clean-lib', 'clean-build' ]);
2828

2929
gulp.task('babel', () => {
3030
return gulp.src('src/**/*.js')
31-
.pipe(babel({ modules: 'ignore', externalHelpers: true }))
31+
.pipe(babel({ modules: 'amd', externalHelpers: true }))
3232
.pipe(babelHelpers('_babelHelpers.js', 'var'))
3333
.pipe(gulp.dest('lib/'));
3434
});

0 commit comments

Comments
 (0)