Commit 6169279
committed
minor #857 Updating Yarn dependencies, making build process work again (bobdenotter)
This PR was merged into the master branch.
Discussion
----------
Updating Yarn dependencies, making build process work again
Some housekeeping on the Yarn / Encore build process:
- Updated `symfony/encore` to `0.20.1` from `0.9.1`
- Update a few other deps
- Build process is now working again
- Changed file naming strategy
Note: I replaced this
```
.enableVersioning(false)
```
with this:
```
.configureFilenames({
js: '[name].js',
images: 'images/[name].[ext]',
fonts: 'fonts/[name].[ext]'
})
```
I did this to keep the delta minimal. Since symfony/webpack-encore#110 `.enableVersioning(false)` is not doing what it says (for understandable reasons), but in this case I chose to keep the filenames without a versioning hash. If you think we should introduce filenames with version hashes instead, i'll happily update this PR.
Commits
-------
44d7267 Updating Yarn dependencies, making build process work againFile tree
37 files changed
+2173
-2099
lines changed- public/build
- css
- fonts
- images
- js
37 files changed
+2173
-2099
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
| 3 | + | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
| 11 | + | |
| 12 | + | |
13 | 13 | | |
14 | | - | |
15 | | - | |
| 14 | + | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
File renamed without changes.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
This file was deleted.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file not shown.
Binary file not shown.
0 commit comments