Commit dbc4fae
committed
feature #960 Update Encore and tweak some of its settings (Lyrkan)
This PR was merged into the master branch.
Discussion
----------
Update Encore and tweak some of its settings
This PR:
* Updates the version of Encore to `^0.26`
* Updates the related bundle to `^1.4`
* Fixes the imported font paths that were not working anymore due to [the recent `resolve-url-loader` update](symfony/webpack-encore#540)
* Enables integrity hashes by default
* Adds `core-js@3` and configures Babel properly so polyfills are automatically added to the resulting build
* Disables file versioning when not in production mode (which prevented from using the dev-server)
Commits
-------
8ee0df5 Update Encore and tweak some of its settingsFile tree
24 files changed
+1144
-1331
lines changed- assets/scss
- public/build
24 files changed
+1144
-1331
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
6 | 10 | | |
7 | 11 | | |
8 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
File renamed without changes.
This file was deleted.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
This file was deleted.
This file was deleted.
0 commit comments