Skip to content

Commit 03a3a39

Browse files
authored
added a instruction to enable webpack plugin
1 parent 24e3d8b commit 03a3a39

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,10 @@ else fails, try removing the virtual environment and reinstalling:
4242

4343
## Development
4444

45-
1. Run `pipenv shell` to spawn a shell with the virtualenv activated
46-
1. Run `lektor server -f webpack` to start the Lektor development server. You will be able
45+
1. Run `pipenv shell` to spawn a shell with the virtualenv activated.
46+
2. Run `lektor plugins add webpack-support` to enable the webpack plugin. This is required
47+
only for the very first time.
48+
3. Run `lektor server -f webpack` to start the Lektor development server. You will be able
4749
to see the website at [`http://localhost:5000/`][lektorlocal]. The Lektor
4850
server will rebuild the site every time you change any content.
4951

0 commit comments

Comments
 (0)