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
V2.0 将在 next 分支开发
Features:
declaration
boolean | DeclarationUserConfig
true
false
typings
module:language
esm:es2017
bundle.externals
Break Change:
browser
polyfill
development
@swc/helpers
Test:
其他 issue 可以查看 v2.0 milestone
The text was updated successfully, but these errors were encountered:
No branches or pull requests
V2.0 将在 next 分支开发
Features:
declaration
作为配置项,支持boolean | DeclarationUserConfig
,向前兼容true
、false
。typings
目录下。module:language
语法支持同时设置模块和语言,例如esm:es2017
。支持插件设置自定义的 format,避免插件魔改现有 format 的产物和结果 feat: support custom format #671bundle.externals
支持 RegExp 和 string 配置 feat: external support RegExp and not external sub path of package #673Break Change:
browser
polyfill
development
@swc/helpers
单独转换一个 cjs 的版本 feat: remove transform swc helpers to cjs is not necessary #674Test:
其他 issue 可以查看 v2.0 milestone
The text was updated successfully, but these errors were encountered: