You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A scaffold can be executed using [`webpack-cli init`](./INIT.md):
23
23
24
24
```js
25
25
webpack-cli init <your-scaffold>
@@ -65,15 +65,15 @@ To create a `scaffold`, you must create a [`yeoman-generator`](http://yeoman.io/
65
65
Objects are made using strings, while strings are made using double strings. This means that in order for you to create a string, you have to wrap it inside another string for us to validate it correctly.
0 commit comments