add_plugin_clean | R Documentation |
Add the clean-webpack-plugin to clean the bundled files.
add_plugin_clean(dry = FALSE, verbose = FALSE, clean = TRUE, protect = TRUE)
dry |
Whether to simulate the removal of files. |
verbose |
Write Logs to the console. |
clean |
Whether to automatically remove all unused webpack assets on rebuild. |
protect |
Whether to not allow removal of current webpack assets. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.