Skip to content
This repository has been archived by the owner on Nov 19, 2019. It is now read-only.

Commit

Permalink
Merge pull request #164 from apwide/bugfix/babel_polyfill
Browse files Browse the repository at this point in the history
Avoid babel polyfill collision when loaded multiple times by differen…
  • Loading branch information
yotamberk authored Jun 2, 2019
2 parents b5a38b1 + 5ca72b0 commit 05a43a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ const webpackModule = {
};

const webpackConfig = {
entry: ["@babel/polyfill", ENTRY],
entry: ["@babel/polyfill/noConflict", ENTRY],
output: {
library: 'timeline',
libraryTarget: 'umd',
Expand Down

0 comments on commit 05a43a0

Please sign in to comment.