Skip to content

Instantly share code, notes, and snippets.

@milkmidi
Last active September 4, 2017 12:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save milkmidi/31f110434ba843c5f70d611c8b1c7eb9 to your computer and use it in GitHub Desktop.
Save milkmidi/31f110434ba843c5f70d611c8b1c7eb9 to your computer and use it in GitHub Desktop.
webpack pug-html-loader
const data = JSON.stringify({data:{myVar:'奶綠茶'},pretty:true});
new HtmlWebpackPlugin({
template: `!!html-loader!pug-html-loader${data}!./src/html/index.pug`,
filename: 'index.html',
chunks: ['app', 'vendor', 'manifest'],
}),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment