feat: refactoring project
This commit is contained in:
6
node_modules/webpack/lib/DllEntryPlugin.js
generated
vendored
6
node_modules/webpack/lib/DllEntryPlugin.js
generated
vendored
@@ -10,12 +10,14 @@ const DllEntryDependency = require("./dependencies/DllEntryDependency");
|
||||
const EntryDependency = require("./dependencies/EntryDependency");
|
||||
|
||||
/** @typedef {import("./Compiler")} Compiler */
|
||||
/** @typedef {string[]} Entries */
|
||||
/** @typedef {{ name: string, filename: TODO }} Options */
|
||||
|
||||
class DllEntryPlugin {
|
||||
/**
|
||||
* @param {string} context context
|
||||
* @param {string[]} entries entry names
|
||||
* @param {TODO} options options
|
||||
* @param {Entries} entries entry names
|
||||
* @param {Options} options options
|
||||
*/
|
||||
constructor(context, entries, options) {
|
||||
this.context = context;
|
||||
|
||||
Reference in New Issue
Block a user