makestatic-core-standard v2.0.2
Core Standard
Standard lifecycle configuration
Install
yarn add makestatic-core-standardAPI
StandardLifeCycle : LifeCycle
Standard lifecycle configuration for the core library.
This standard configuration is used by the command line interface.
Configures the lifecycle with standard plugins for these phases:
clean: Adds theclean-outputplugin.build: Adds thehttp-cacheplugin.load: Adds thesources-loaderplugin.pack: Adds thepack-webpackplugin unlesspackisfalse.resolve: Adds theresolve-fileplugin.emit: Adds theemit-gzipplugin ifgzipistrue.manifest: Adds themanifestplugin ifmanifestistrue.write: Adds thewrite-fileplugin.deploy: Adds thedeploy-siteplugin if a provider is given.
Plugins are merged with any existing definitions in the lifecycle so as not to conflict with user-defined lifecycle configurations for the phases that are modified however the plugins configured here take precedence in terms of execution order. In practice, due to the nature of the lifecycle execution the plugin order should not make any difference to the result as a plugin can only be guaranteed a previous plugin has completed execution if it exists in a preceeding phase.
See Also
- Command Line Interface
- Core Library
- Clean Output
- HTTP Agent
- Sources Loader
- Pack Webpack
- Resolve File
- Emit Gzip
- Write File
- Deploy Site
StandardLifeCycle : LifeCycle
new StandardLifeCycle(options)Create a StandardLifeCycle.
optionsObject configuration options.
.getLifeCycleConfig
StandardLifeCycle.prototype.getLifeCycleConfig(opts, argv)Configures various plugins for the lifecycle phases.
Returns lifecycle configuration map.
optsObject map of computed options.argvObject configuration overrides.
License
MIT
Created by mkdoc on March 12, 2017
8 years ago
8 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago