Skip to content

Commit

Permalink
use jscc as loader (#6205)
Browse files Browse the repository at this point in the history
  • Loading branch information
kpal81xd authored Mar 26, 2024
1 parent 34ecb68 commit 7c0b493
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utils/rollup-build-target.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ function buildTarget(buildType, moduleFormat, input = 'src/index.js', buildDir =

const jsccParam = jsccOptions[buildType] || jsccOptions.release;
if (moduleFormat === 'es5') jsccParam.values._IS_UMD = 1;
jsccParam.asloader = false;

return {
input,
Expand Down

0 comments on commit 7c0b493

Please sign in to comment.