Commit 49be03e
committed
Process images with Webpack
This adds a `file-loader` rule to the Webpack build so that any requests for
image resource will be output into the app's output directory, but with an extra
content has appended so that we can safely use a long cache lifetime.
The CSS and SCSS rules are also changed to use `css-loader` so that any `url`
inside is automatically processed by the new image rule above.1 parent e3d807b commit 49be03e
4 files changed
Lines changed: 599 additions & 181 deletions
0 commit comments