webpack 5 禁用某些文件的树抖动
我正在为现有项目创建一个 webpack 捆绑器。 该项目有一些 JS 文件,其中包含不从文件内部执行的函数。 这些功能是从某些第三方脚本(某种程度)执行的。 我需要进行 Tree Shaking,但这些文件也会从最终包中删除。 如何将捆绑器设置为用户树摇动但排除这些文件?
I'm creating a webpack bundler for an existing project.
The project has some JS files which contain functions that are not executed from inside the file.
The functions are executed from some 3rd party scripts (kind of).
I need tree shaking, but these files are also removed from the final bundle.
How can I setup the bundler to user tree shaking but to exclude these files?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试
disable-tree-shaking-for-chunk-插件
Try
disable-tree-shaking-for-chunk-plugin