Skip to content

Commit

Permalink
Added requirements section to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
alexblunck committed Jul 6, 2018
1 parent a91001c commit 6dd411c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,17 @@ Add scripts to you `package.json`
}
```

## Requirements
The webpack configuration expects the root of your project to contain a `src` directory with an `index.js` & `index.html` file:
```
src
index.js
index.html
package.json
.webpackrc
```

## Configuration
Add a `.webpackrc` file to the root of your project. Following options are default:
```json
Expand Down

0 comments on commit 6dd411c

Please sign in to comment.