|
10 | 10 | * [react](#react)
|
11 | 11 | * [roc-package-web-app-react](#roc-package-web-app-react)
|
12 | 12 | * [react](#react)
|
13 |
| -* [roc-package-base-dev](#roc-package-base-dev) |
14 |
| - * [afterClean](#afterClean) |
15 |
| - * [beforeClean](#beforeClean) |
16 |
| -* [roc-package-webpack-dev](#roc-package-webpack-dev) |
17 |
| - * [build](#build) |
18 |
| - * [dev](#dev) |
19 |
| - * [webpack](#webpack) |
20 |
| -* [roc-package-webpack-node-dev](#roc-package-webpack-node-dev) |
21 |
| - * [target](#target) |
22 |
| - * [watcher](#watcher) |
23 |
| - * [webpack](#webpack) |
24 |
| -* [roc-package-webpack-web-dev](#roc-package-webpack-web-dev) |
25 |
| - * [target](#target) |
26 |
| - * [watcher](#watcher) |
27 |
| - * [webpack](#webpack) |
28 |
| -* [roc-plugin-style-css](#roc-plugin-style-css) |
29 |
| - * [css](#css) |
30 |
| -* [roc-plugin-browsersync](#roc-plugin-browsersync) |
31 |
| - * [browsersync](#browsersync) |
32 |
| -* [roc-plugin-assets-images](#roc-plugin-assets-images) |
33 |
| - * [images](#images) |
34 |
| -* [roc-package-web-app-dev](#roc-package-web-app-dev) |
35 |
| - * [devStarted](#devStarted) |
36 |
| - * [webpack](#webpack) |
37 | 13 | * [roc-plugin-react-dev](#roc-plugin-react-dev)
|
38 | 14 | * [react](#react)
|
39 |
| -* [roc-package-web-app-react-dev](#roc-package-web-app-react-dev) |
40 |
| - * [settings](#settings) |
41 |
| - * [webpack](#webpack) |
42 | 15 |
|
43 | 16 | ## roc-plugin-start
|
44 | 17 |
|
@@ -75,147 +48,9 @@ __Connects to hook:__ `get-resolve-paths`
|
75 | 48 | __Connects to extension:__ `roc-plugin-start`
|
76 | 49 | __Connects to hook:__ `get-resolve-paths`
|
77 | 50 |
|
78 |
| -## roc-package-base-dev |
79 |
| - |
80 |
| -### afterClean |
81 |
| - |
82 |
| -Runs after clean command is executed. Logs that the action has been completed successfully. |
83 |
| - |
84 |
| -__Connects to extension:__ `roc-package-base-dev` |
85 |
| -__Connects to hook:__ `after-clean` |
86 |
| - |
87 |
| -### beforeClean |
88 |
| - |
89 |
| -Runs before clean command is executed. Returns an array of strings that should be removed. |
90 |
| - |
91 |
| -__Connects to extension:__ `roc-package-base-dev` |
92 |
| -__Connects to hook:__ `before-clean` |
93 |
| - |
94 |
| -## roc-package-webpack-dev |
95 |
| - |
96 |
| -### build |
97 |
| - |
98 |
| -Build with Webpack. |
99 |
| - |
100 |
| -__Connects to extension:__ Not specified |
101 |
| -__Connects to hook:__ `run-build-command` |
102 |
| - |
103 |
| -### dev |
104 |
| - |
105 |
| -Run in development mode using Webpack. |
106 |
| - |
107 |
| -__Connects to extension:__ Not specified |
108 |
| -__Connects to hook:__ `run-dev-command` |
109 |
| - |
110 |
| -### webpack |
111 |
| - |
112 |
| -Adds base Webpack configuration. |
113 |
| - |
114 |
| -__Connects to extension:__ Not specified |
115 |
| -__Connects to hook:__ `build-webpack` |
116 |
| - |
117 |
| -## roc-package-webpack-node-dev |
118 |
| - |
119 |
| -### target |
120 |
| - |
121 |
| -Adds __node__ as a valid Webpack target. |
122 |
| - |
123 |
| -__Connects to extension:__ `roc-package-webpack-dev` |
124 |
| -__Connects to hook:__ `get-webpack-targets` |
125 |
| - |
126 |
| -### watcher |
127 |
| - |
128 |
| -Adds a watcher for automatic reload on change. |
129 |
| - |
130 |
| -__Connects to extension:__ `roc-package-webpack-dev` |
131 |
| -__Connects to hook:__ `create-watchers` |
132 |
| - |
133 |
| -### webpack |
134 |
| - |
135 |
| -Adds configuration needed for building for Node. |
136 |
| - |
137 |
| -__Connects to extension:__ Not specified |
138 |
| -__Connects to hook:__ `build-webpack` |
139 |
| - |
140 |
| -## roc-package-webpack-web-dev |
141 |
| - |
142 |
| -### target |
143 |
| - |
144 |
| -Adds __web__ as a valid Webpack target. |
145 |
| - |
146 |
| -__Connects to extension:__ `roc-package-webpack-dev` |
147 |
| -__Connects to hook:__ `get-webpack-targets` |
148 |
| - |
149 |
| -### watcher |
150 |
| - |
151 |
| -Adds a web watcher using Webpack Dev Server. |
152 |
| - |
153 |
| -__Connects to extension:__ `roc-package-webpack-dev` |
154 |
| -__Connects to hook:__ `create-watchers` |
155 |
| - |
156 |
| -### webpack |
157 |
| - |
158 |
| -Adds configuration need for web builds for Webpack. |
159 |
| - |
160 |
| -__Connects to extension:__ Not specified |
161 |
| -__Connects to hook:__ `build-webpack` |
162 |
| - |
163 |
| -## roc-plugin-style-css |
164 |
| - |
165 |
| -### css |
166 |
| - |
167 |
| -Adds CSS support. |
168 |
| - |
169 |
| -__Connects to extension:__ Not specified |
170 |
| -__Connects to hook:__ `build-webpack` |
171 |
| - |
172 |
| -## roc-plugin-browsersync |
173 |
| - |
174 |
| -### browsersync |
175 |
| - |
176 |
| -Adds a Browsersync instance. |
177 |
| - |
178 |
| -__Connects to extension:__ Not specified |
179 |
| -__Connects to hook:__ `server-started` |
180 |
| - |
181 |
| -## roc-plugin-assets-images |
182 |
| - |
183 |
| -### images |
184 |
| - |
185 |
| -Adds images support. |
186 |
| - |
187 |
| -__Connects to extension:__ Not specified |
188 |
| -__Connects to hook:__ `build-webpack` |
189 |
| - |
190 |
| -## roc-package-web-app-dev |
191 |
| - |
192 |
| -### devStarted |
193 |
| - |
194 |
| -__Connects to extension:__ Not specified |
195 |
| -__Connects to hook:__ `dev-process-created` |
196 |
| - |
197 |
| -### webpack |
198 |
| - |
199 |
| -Adds needed configuration to being able to build web applications. |
200 |
| - |
201 |
| -__Connects to extension:__ Not specified |
202 |
| -__Connects to hook:__ `build-webpack` |
203 |
| - |
204 | 51 | ## roc-plugin-react-dev
|
205 | 52 |
|
206 | 53 | ### react
|
207 | 54 |
|
208 | 55 | __Connects to extension:__ Not specified
|
209 | 56 | __Connects to hook:__ `build-webpack`
|
210 |
| - |
211 |
| -## roc-package-web-app-react-dev |
212 |
| - |
213 |
| -### settings |
214 |
| - |
215 |
| -__Connects to extension:__ `roc` |
216 |
| -__Connects to hook:__ `update-settings` |
217 |
| - |
218 |
| -### webpack |
219 |
| - |
220 |
| -__Connects to extension:__ Not specified |
221 |
| -__Connects to hook:__ `build-webpack` |
0 commit comments