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>
2626```
2727
2828#### 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 ` :
3030
3131``` bash
3232webpack-cli init path/to/your/scaffold
@@ -120,7 +120,7 @@ this.options.env.configuration.dev.merge = 'myConfig';
120120
121121### ` myObj.topScope ` (optional)
122122
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:
124124
125125``` js
126126this .options .env .configuration .dev .topScope = [
You can’t perform that action at this time.
0 commit comments