We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffb749c commit 49cd77dCopy full SHA for 49cd77d
scripts/rollup/wrappers.js
@@ -50,9 +50,6 @@ ${source}`;
50
*
51
${license}
52
*/
53
-
54
-'use strict';
55
56
${source}`;
57
},
58
@@ -63,7 +60,7 @@ ${source}`;
63
60
64
61
65
62
66
-${source}`;
+(function(){${source}})();`;
67
68
69
/***************** UMD_PROFILING *****************/
@@ -73,7 +70,7 @@ ${source}`;
73
70
74
71
75
72
76
77
78
79
/***************** NODE_DEV *****************/
0 commit comments