UNPKG

script-ext-html-webpack-plugin

Version:

Enhances html-webpack-plugin functionality with async and defer attributes for script elements

10 lines (7 loc) 155 B
'use strict'; const PLUGIN = 'ScriptExtHtmlWebpackPlugin'; const EVENT = 'html-webpack-plugin-alter-asset-tags'; module.exports = { PLUGIN, EVENT };