Skip to content

Commit

Permalink
Removed support for versions lower than 5
Browse files Browse the repository at this point in the history
  • Loading branch information
cvasseng committed Apr 26, 2023
1 parent 15dc326 commit 5cbd356
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.js
Expand Up @@ -205,7 +205,7 @@ function embed(version, scripts, out, fn, optionals) {
}

if (version && parseInt(version[0]) < 5 && version[0] !== 'c') {
scripts = scripts.concat(cdnLegacy);
// scripts = scripts.concat(cdnLegacy);
}

scripts.forEach(function (script) {
Expand Down

0 comments on commit 5cbd356

Please sign in to comment.