bns_zhgd_web/node_modules/script-ext-html-webpack-plugin/lib/constants.js

10 lines
155 B
JavaScript
Raw Normal View History

2025-04-02 10:01:21 +08:00
'use strict';
const PLUGIN = 'ScriptExtHtmlWebpackPlugin';
const EVENT = 'html-webpack-plugin-alter-asset-tags';
module.exports = {
PLUGIN,
EVENT
};