Basic JavaScriptFamiliarity with build toolsNode.js environment
初心者向け度初回貢献者にどれだけ取り組みやすいかを 1-100 で推定したスコアです。
70
調査方針
Locate the build.js file in the repository. Replace the `uglify` require statement with `uglify es`. Update package.json to change the dependency from uglify js to uglify es. Verify the build runs successfully and the minified output works as expected. Check the single comment for any additional context.