We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ビルド方式を、圧縮, 難読化しない方式に変更する。 最初に見てた記事 ↓ https://r17n.page/2019/09/28/js-minify-packages/
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
上でも記載しているように
は許可されている。 また、「Google developersで推奨される圧縮方法」があり、UglifyJsが推奨されている。
UglifyJs
一方現状のビルドは、内部ではwebpackのmode: productionでビルドされているのだと思うが、こちらについても内部ではUglifyJsPluginによる圧縮が実施されている。 なので、現状のビルド方式のままでもChrome拡張機能ポリシーが要求するレベルのminifyになっている気がする。
mode: production
UglifyJsPlugin
tatsukoni-pra
No branches or pull requests
ビルド方式を、圧縮, 難読化しない方式に変更する。
最初に見てた記事 ↓
https://r17n.page/2019/09/28/js-minify-packages/
The text was updated successfully, but these errors were encountered: