Commit 08c23c0
committed
minor #12508 Add an example how to adjust ts-loader settings (Steveb-p)
This PR was submitted for the 4.3 branch but it was squashed and merged into the 3.4 branch instead (closes #12508).
Discussion
----------
Add an example how to adjust ts-loader settings
https://symfony.com/doc/current/frontend/encore/typescript.html - show how to set up custom `ts-loader` options. Sample comes from `index.js`.
https://github.com/symfony/webpack-encore/blob/f5a17a47b5fcd23ff991bd7154385185c7f54e2f/index.js#L956-L979
Commits
-------
65ce135 Add an example how to adjust ts-loader settings1 file changed
+23
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
30 | 52 | | |
31 | 53 | | |
32 | 54 | | |
| |||
0 commit comments