-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Summary
web-webpack-plugin is a package containing two plugins: a manual one called WebPlugin and an automated called AutoWebPlugin.
While first plugin creates an html output bundle for each instantiation (like html-webpack-plugin), the second is able to perform an scan over a folder, creating an html output for each subfolder found containing an index.js file.
Then we can follow two strategies in order to produce the output:
Write down a plugin instance for each desired output page, or provide folders with needed each index.js files.
Those files may just call a common rendering function from a common module, passing a diferent file or object with the content to be loaded dynamically when opening the page.
Resources
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels