About
Small overview of all plugins and what they do
Replace
Replace any arbitrary string, in any specified files, with any other string. This Plugin can be a life saver if you need target and replace a bad path or minor bundling error.
Consolidate
"Consolidate" is a template engine which allows for injecting arbitrary text to an html template. This plugin interfaces with it.
Custom Transform
"Transformations" are a part of TypeScript's compilation to Javascript. This plugin allows you to add custom transformations.
JSON
Enabled by default, this plugin catches the importing of json files and converts them to json objects.
Minify Html Literals
Only used for minification, typically only in production builds. This plugin will find any html
or css
string
literals in your project and minify them.
The following items are not plugins, but handle what used to be plugin jobs in earlier versions of FuseBox.
Resource Links
While not actually a plugin, resource links act very similar to plugins. They will automatically copy asset file types
(ie .ttf
, .png
, .svg
) to the dist
folder when imported.
Style Sheets
Similar to Resource Links, Style Sheets are not an actual plugin, but they will handle the importing of .less
,
.scss
, .sass
, .css
, and .styl
.