Skip to content
This repository has been archived by the owner on Jan 2, 2018. It is now read-only.

Latest commit

 

History

History
188 lines (126 loc) · 4.59 KB

File metadata and controls

188 lines (126 loc) · 4.59 KB

Actions for roc-package-web-app-dev

Actions

roc-abstract-package-base-dev

after-clean

Runs after clean command is executed. Logs that the action has been completed successfully.

Connects to extension: roc-abstract-package-base-dev
Connects to hook: after-clean
Have post: No

before-clean

Runs before clean command is executed. Returns an array of paths that should be removed.

Connects to extension: roc-abstract-package-base-dev
Connects to hook: before-clean
Have post: No

roc-plugin-babel

babel-config

Base Babel configuration

Connects to extension: Not specified
Connects to hook: babel-config
Have post: Yes

roc-package-webpack-dev

babel-config

Connects to extension: Not specified
Connects to hook: babel-config
Have post: No

build-webpack

Adds base Webpack configuration and read webpack from the configuration.

Connects to extension: Not specified
Connects to hook: build-webpack
Have post: Yes

run-build-command

Build with Webpack.

Connects to extension: Not specified
Connects to hook: run-build-command
Have post: No

run-dev-command

Run in development mode using Webpack.

Connects to extension: Not specified
Connects to hook: run-dev-command
Have post: No

roc-package-webpack-node-dev

build-webpack

Adds configuration needed for building for Node.

Connects to extension: Not specified
Connects to hook: build-webpack
Have post: No

create-watchers

Adds a watcher for automatic reload on change.

Connects to extension: roc-package-webpack-dev
Connects to hook: create-watchers
Have post: No

get-webpack-targets

Adds node as a valid Webpack target.

Connects to extension: roc-package-webpack-dev
Connects to hook: get-webpack-targets
Have post: No

roc-package-webpack-web-dev

build-webpack

Adds configuration need for web builds for Webpack.

Connects to extension: Not specified
Connects to hook: build-webpack
Have post: No

create-watchers

Adds a web watcher using Webpack Dev Server.

Connects to extension: roc-package-webpack-dev
Connects to hook: create-watchers
Have post: No

get-webpack-targets

Adds web as a valid Webpack target.

Connects to extension: roc-package-webpack-dev
Connects to hook: get-webpack-targets
Have post: No

roc-plugin-browsersync

server-started

Adds a Browsersync instance.

Connects to extension: Not specified
Connects to hook: server-started
Have post: No

roc-plugin-style-css

build-webpack

Adds CSS support.

Connects to extension: Not specified
Connects to hook: build-webpack
Have post: No

roc-plugin-assets-images

build-webpack

Adds image support. Also makes url-loader and file-loader available in the module scope.

Connects to extension: Not specified
Connects to hook: build-webpack
Have post: No

roc-package-web-app-dev

build-webpack

Adds needed configuration to being able to build web applications.

Connects to extension: Not specified
Connects to hook: build-webpack
Have post: No

dev-process-created

Connects to extension: Not specified
Connects to hook: dev-process-created
Have post: No