'use strict';
const PLUGIN = 'ScriptExtHtmlWebpackPlugin';
const EVENT = 'html-webpack-plugin-alter-asset-tags';
module.exports = {
PLUGIN,
EVENT
};