File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ webpack-cli init <your-scaffold>
26
26
```
27
27
28
28
#### Running a scaffold locally
29
- When the scaffold package is on you local file system you should pass its path to ` init ` :
29
+ When the scaffold package is in you local file system you should pass its path to ` init ` :
30
30
31
31
``` bash
32
32
webpack-cli init path/to/your/scaffold
@@ -120,7 +120,7 @@ this.options.env.configuration.dev.merge = 'myConfig';
120
120
121
121
### ` myObj.topScope ` (optional)
122
122
123
- The ` topScope ` property is where you write all the special code needed by your configuration, like module imports and function /variables definitions:
123
+ The ` topScope ` property is where you write all the code needed by your configuration, like module imports and functions /variables definitions:
124
124
125
125
``` js
126
126
this .options .env .configuration .dev .topScope = [
You can’t perform that action at this time.
0 commit comments