如何让 webpack 忽略一些语法糖

How about getting webpack to ignore some syntactic sugar

例如:可选链

我的应用是供内部使用的,而且是显式使用新的Chrome浏览器,所以很多语法糖不需要编译,可以直接使用。编译只会增加打包应用程序的大小

目前我只想添加 react 和 ts 插件,但包报告不支持可选链接,需要额外的加载器

关于documentation page for target,据说:

electron[[X].Y]-renderer

A version of node or electron may be optionally specified. This is denoted by the [[X].Y] in the table above.

也许找到您需要使用的 electron-renderer 的最低特定版本并定位该版本将有助于本机支持您正在使用的某些语法糖。