Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mizok authored Jun 10, 2022
1 parent e7744ad commit dd0ebe5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ By Default, if you want your output page name to be `index.html`, and you are no
On the other hand, if you want your output page name to be `index.html`,and using a chunk named `main`, then you will need:

- an `index.main.ejs` file in `./src/pages`
- an `main.ts` file in `./src/ts`
- an `main.scss` file in `./src/scss`
- a `main.ts` file in `./src/ts`
- a `main.scss` file in `./src/scss`

### I want to get webpack `mode` environment argument in `ejs` and `js` files, how can I make this?

Expand Down

0 comments on commit dd0ebe5

Please sign in to comment.