Commit 4bd85d0
committed
refactor entries generation to generate entries names independently from file extension
this makes it easier to extend this function to handle multiple file extensions by editing the path e.g. like this: "../src/application/*.{js,jsx,ts,tsx}"
targeting the typescript refactoring in this tutorial: https://www.accordbox.com/blog/how-to-add-typescript-to-the-django-project/1 parent 1c0ecc0 commit 4bd85d0
File tree
1 file changed
+7
-3
lines changed- webpack_boilerplate/frontend_template/{{cookiecutter.project_slug}}/webpack
1 file changed
+7
-3
lines changedLines changed: 7 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
11 | | - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
12 | 16 | | |
13 | 17 | | |
14 | 18 | | |
| |||
0 commit comments