webpack插件 inline-manifest-webpack-plugin

想将webpack4打包的runtime文件注入html中,查询需要用这个插件,在配置文件中
runtimeChunk: "single",
也配置了
new InlineManifestWebpackPlugin("runtime"),

运行打包命令,runtime文件依旧是通过script标签引入的