Skip to content

Latest commit

 

History

History
115 lines (77 loc) · 2.82 KB

File metadata and controls

115 lines (77 loc) · 2.82 KB

Actions for roc-package-webpack-node-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-plugin-start

register-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
Have post: No