Variable
| Static Public Summary | ||
| 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
 | |
| 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
 | |
Static Public
public rollupBrowserDevelopmentConfiguration: Provider source
import {rollupBrowserDevelopmentConfiguration} from 'projext-plugin-rollup/src/services/configurations/browserDevelopmentConfiguration.js'The service provider that once registered on the app container will set an instance of
RollupBrowserDevelopmentConfiguration as the rollupBrowserDevelopmentConfiguration service.
Example:
// Register it on the container
container.register(rollupBrowserDevelopmentConfiguration);
// Getting access to the service instance
const rollupBrowserDevConfig = container.get('rollupBrowserDevelopmentConfiguration');public rollupBrowserProductionConfiguration: Provider source
import {rollupBrowserProductionConfiguration} from 'projext-plugin-rollup/src/services/configurations/browserProductionConfiguration.js'The service provider that once registered on the app container will set an instance of
RollupBrowserProductionConfiguration as the rollupBrowserProductionConfiguration service.
Example:
// Register it on the container
container.register(rollupBrowserProductionConfiguration);
// Getting access to the service instance
const rollupBrowserProdConfig = container.get('rollupBrowserProductionConfiguration');public rollupBuildEngine: Provider source
import {rollupBuildEngine} from 'projext-plugin-rollup/src/services/building/engine.js'The service provider that once registered on the app container will set an instance of
RollupBuildEngine as the rollupBuildEngine service.
Example:
// Register it on the container
container.register(rollupBuildEngine);
// Getting access to the service instance
const rollupBuildEngine = container.get('rollupBuildEngine');public rollupConfiguration: Provider source
import {rollupConfiguration} from 'projext-plugin-rollup/src/services/building/configuration.js'The service provider that once registered on the app container will set an instance of
RollupConfiguration as the rollupConfiguration service.
Example:
// Register it on the container
container.register(rollupConfiguration);
// Getting access to the service instance
const rollupConfiguration = container.get('rollupConfiguration');public rollupMiddleware: Provider source
import {rollupMiddleware} from 'projext-plugin-rollup/src/services/server/middleware.js'The service provider that once registered on the app container will set an instance of
RollupMiddleware as the rollupMiddleware service.
Example:
// Register it on the container
container.register(rollupMiddleware);
// Getting access to the service instance
const rollupMiddleware = container.get('rollupMiddleware');public rollupNodeDevelopmentConfiguration: Provider source
import {rollupNodeDevelopmentConfiguration} from 'projext-plugin-rollup/src/services/configurations/nodeDevelopmentConfiguration.js'The service provider that once registered on the app container will set an instance of
RollupNodeDevelopmentConfiguration as the rollupNodeDevelopmentConfiguration service.
Example:
// Register it on the container
container.register(rollupNodeDevelopmentConfiguration);
// Getting access to the service instance
const rollupNodeDevConfig = container.get('rollupNodeDevelopmentConfiguration');public rollupNodeProductionConfiguration: Provider source
import {rollupNodeProductionConfiguration} from 'projext-plugin-rollup/src/services/configurations/nodeProductionConfiguration.js'The service provider that once registered on the app container will set an instance of
RollupNodeProductionConfiguration as the rollupNodeProductionConfiguration service.
Example:
// Register it on the container
container.register(rollupNodeProductionConfiguration);
// Getting access to the service instance
const rollupNodeProdConfig = container.get('rollupNodeProductionConfiguration');public rollupPluginSettingsConfiguration: Provider source
import {rollupPluginSettingsConfiguration} from 'projext-plugin-rollup/src/services/configurations/pluginsConfiguration.js'The service provider that once registered on the app container will set an instance of
RollupPluginSettingsConfiguration as the rollupPluginSettingsConfiguration service.
Example:
// Register it on the container
container.register(rollupPluginSettingsConfiguration);
// Getting access to the service instance
const rollupPluginSettingsConfiguration = container.get('rollupPluginSettingsConfiguration');public rollupSendFile: Provider source
import {rollupSendFile} from 'projext-plugin-rollup/src/jimpex/sendFile.js'The service provider that once registered on the app container will set
RollupSendFile.sendFile as the sendFile service.
Example:
// Register it on the container
container.register(sendFile);
// Getting access to the service instance
const sendFile = container.get('sendFile'); 
    
  