作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我在 index.html 中插入的 block 的顺序有问题。
我正在使用 webpack2 和 HtmlWebpackPlugin。
我认为控制 block 顺序的是 chunksSortMode 选项。
documentation对于 HtmlWebpackPlugin 来说:
chunksSortMode: Allows to control how chunks should be sorted beforethey are included to the html. Allowed values: 'none' | 'auto' |'dependency' |'manual' | {function} - default: 'auto'
有什么区别:
对于“功能”选项,this answer给了我见解
我可能不理解一些基本的东西,因为我希望从一开始就在文档中找到这些信息。
最佳答案
我认为这个文件可能对您有帮助,它的评论很好。 chunksorter
无:执行身份映射(无排序)。
自动:按 block ID 排序
依赖关系:按 block 的“父”属性对 block 之间的依赖关系进行排序。
手动:按 block 手动排序:
关于webpack-2 - 如何在 HtmlWebpackPlugin/webpack 2 中使用 chunksSortMode,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45979159/
我是一名优秀的程序员,十分优秀!