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

Latest commit

 

History

History
221 lines (142 loc) · 4.86 KB

File metadata and controls

221 lines (142 loc) · 4.86 KB

Actions for roc-package-web-app-react-dev

Actions

roc-plugin-start

runtime

Adds the base runtime. Will resolve node paths and enable source map support.

Connects to extension: roc-plugin-start
Connects to hook: register-runtime

roc-package-web-app

resolver

Connects to extension: roc-plugin-start
Connects to hook: get-resolve-paths

runtime

Connects to extension: roc-plugin-start
Connects to hook: register-runtime

roc-plugin-react

react

Connects to extension: roc-plugin-start
Connects to hook: get-resolve-paths

roc-package-web-app-react

react

Connects to extension: roc-plugin-start
Connects to hook: get-resolve-paths

roc-package-base-dev

afterClean

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

Connects to extension: roc-package-base-dev
Connects to hook: after-clean

beforeClean

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

Connects to extension: roc-package-base-dev
Connects to hook: before-clean

roc-package-webpack-dev

build

Build with Webpack.

Connects to extension: Not specified
Connects to hook: run-build-command

dev

Run in development mode using Webpack.

Connects to extension: Not specified
Connects to hook: run-dev-command

webpack

Adds base Webpack configuration.

Connects to extension: Not specified
Connects to hook: build-webpack

roc-package-webpack-node-dev

target

Adds node as a valid Webpack target.

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

watcher

Adds a watcher for automatic reload on change.

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

webpack

Adds configuration needed for building for Node.

Connects to extension: Not specified
Connects to hook: build-webpack

roc-package-webpack-web-dev

target

Adds web as a valid Webpack target.

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

watcher

Adds a web watcher using Webpack Dev Server.

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

webpack

Adds configuration need for web builds for Webpack.

Connects to extension: Not specified
Connects to hook: build-webpack

roc-plugin-style-css

css

Adds CSS support.

Connects to extension: Not specified
Connects to hook: build-webpack

roc-plugin-browsersync

browsersync

Adds a Browsersync instance.

Connects to extension: Not specified
Connects to hook: server-started

roc-plugin-assets-images

images

Adds images support.

Connects to extension: Not specified
Connects to hook: build-webpack

roc-package-web-app-dev

devStarted

Connects to extension: Not specified
Connects to hook: dev-process-created

webpack

Adds needed configuration to being able to build web applications.

Connects to extension: Not specified
Connects to hook: build-webpack

roc-plugin-react-dev

react

Connects to extension: Not specified
Connects to hook: build-webpack

roc-package-web-app-react-dev

settings

Connects to extension: roc
Connects to hook: update-settings

webpack

Connects to extension: Not specified
Connects to hook: build-webpack