Skip to content

Commit 55264c1

Browse files
committed
add example of loading lib from ES2015 code
1 parent f286ae9 commit 55264c1

File tree

7 files changed

+4839
-0
lines changed

7 files changed

+4839
-0
lines changed

build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,5 @@ java -jar $COMPILER --js mixpanel-jslib-snippet.js --js_output_file mixpanel-jsl
2020
java -jar $COMPILER --js mixpanel-jslib-snippet.js --js_output_file mixpanel-jslib-snippet.min.test.js --compilation_level ADVANCED_OPTIMIZATIONS --define='MIXPANEL_LIB_URL="../mixpanel.min.js"'
2121

2222
pushd examples/commonjs-browserify; npm run build; popd
23+
pushd examples/es2015-babelify; npm run build; popd
2324
pushd examples/umd-webpack; npm run build; popd

0 commit comments

Comments
 (0)