References
summary | ||
public |
F useExpress(expressApp: Express, targetToBuild: string, targetToServe: string): MiddlewaresInformation Implements the Webpack middlewares for a target on an Express app. |
|
public |
F useJimpex(jimpexApp: Jimpex, targetToBuild: string, targetToServe: string): MiddlewaresInformation Implements the Webpack middlewares for a target on a Jimpex app. |
|
public |
|
|
public |
|
|
public |
|
|
public |
|
|
public |
|
|
public |
|
|
public |
|
|
public |
T ProviderRegisterMethod(app: Jimple): function |
|
public |
|
|
public |
|
|
public |
|
|
public |
|
|
public |
|
|
public |
|
|
public |
|
|
public |
|
|
public |
|
|
public |
|
|
public |
|
|
public |
|
|
public |
E Events |
|
public |
E Express |
|
public |
|
|
public |
E Jimpex |
|
public |
E Jimple |
|
public |
E Logger |
|
public |
|
|
public |
|
|
public |
|
|
public |
|
|
public |
E Projext |
|
public |
|
|
public |
E Target |
|
public |
|
|
public |
|
|
public |
|
|
public |
E Targets |
|
public |
|
|
public |
|
abstracts
summary | ||
public abstract |
A helper class for creating configuration files that can be overwritten on implementation. |
version 1.0 |
jimpex
summary | ||
public |
This service overwrites the |
|
public |
This service overwrites the |
|
public |
F webpackFrontendFs(getDirectory: DevMiddlewareGetDirectory, getFileSystem: DevMiddlewareGetFileSystem): Provider Generate a |
|
public |
The service provider that once registered on the app container will set
|
plugins
summary | ||
public |
This is a set of utility methods the Projext webpack plugins use. |
plugins/bundleRunner
summary | ||
public |
This is a webpack plugin that executes a Node bundle when it finishes compiling. |
plugins/openDevServer
summary | ||
public |
This is a webpack plugin that works as a tiny helper for the dev server: It logs clear messages
when the bundle isbeing created, when it's available, in which URL and it even opens the
browser.
The reason it was created was because the dev server log messages are hard to find and,
depending on the settings, when the dev server opens the browser, you can end up on
|
plugins/runtimeDefinitions
summary | ||
public |
This is a webpack plugin that works with |
services/building
summary | ||
public |
This service reads the targets information and generates what would be the contents of a
|
|
public |
This build engine is in charge of generating the CLI commands and the configuration to bundle a target using Webpack. |
|
public |
The service provider that once registered on the app container will set an instance of
|
|
public |
The service provider that once registered on the app container will set an instance of
|
services/configurations
summary | ||
public |
The base configuration is at the top of the Webpack configurations level and it includes the
settings for |
|
public |
Creates the specifics of a Webpack configuration for a browser target development build. |
|
public |
Creates the specifics of a Webpack configuration for a browser target production build. |
|
public |
Creates the specifics of a Webpack configuration for a Node target development build. |
|
public |
Creates the specifics of a Webpack configuration for a Node target production build. |
|
public |
Define the Webpack configuration rules for basic types of assets: Javascript, stylesheets, images and fonts. |
|
public |
The service provider that once registered on the app container will set an instance of
|
|
public |
The service provider that once registered on the app container will set an instance of
|
|
public |
The service provider that once registered on the app container will set an instance of
|
|
public |
The service provider that once registered on the app container will set an instance of
|
|
public |
The service provider that once registered on the app container will set an instance of
|
|
public |
The service provider that once registered on the app container will set an instance of
|
services/server
summary | ||
public |
This service creates and manages middlewares for webpack server implementations. |
|
public |
The service provider that once registered on the app container will set an instance of
|