javascript - html-webpack-plugin与jinja2有冲突,如何能让html-webpack-plugin插件不去解析%
ringa_lee
ringa_lee 2017-04-17 16:35:38
0
1
651
ringa_lee
ringa_lee

ringa_lee

répondre à tous(1)
Peter_Zhu

By default (if you don't specify any loader in any way) a fallback ejs loader kicks in.

如果没有置顶 loader,那么默认使用 ejs 作为模板引擎。

所以可以显示指定 html-loader

{
  module: {
    loaders: [
      {
        test: /\.html$/,
        loader: 'html-loader'
      },
  },
  plugins: [
    new HtmlWebpackPlugin({
      template: 'src/index.html'
    })
  ]
}
Derniers téléchargements
Plus>
effets Web
Code source du site Web
Matériel du site Web
Modèle frontal