Skip to content

Commit

Permalink
fix: leak strict mode with UMD builds (#19614)
Browse files Browse the repository at this point in the history
  • Loading branch information
koba04 committed Aug 15, 2020
1 parent ffb749c commit 49cd77d
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions scripts/rollup/wrappers.js
Expand Up @@ -50,9 +50,6 @@ ${source}`;
*
${license}
*/
'use strict';
${source}`;
},

Expand All @@ -63,7 +60,7 @@ ${source}`;
*
${license}
*/
${source}`;
(function(){${source}})();`;
},

/***************** UMD_PROFILING *****************/
Expand All @@ -73,7 +70,7 @@ ${source}`;
*
${license}
*/
${source}`;
(function(){${source}})();`;
},

/***************** NODE_DEV *****************/
Expand Down

0 comments on commit 49cd77d

Please sign in to comment.