mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2025-01-03 01:16:14 +03:00
Change cache directory name.
This commit is contained in:
parent
aed91bffce
commit
609acf0005
@ -125,7 +125,7 @@ function webpackOptions(production, routes, { debug, manifestConfig }) {
|
||||
]),
|
||||
new ImageminPlugin({
|
||||
test: /\.(jpe?g|png|gif|svg)$/i,
|
||||
cacheFolder: path.resolve(process.cwd(), "./cache"),
|
||||
cacheFolder: path.resolve(process.cwd(), "./.cache"),
|
||||
disable: !production,
|
||||
pngquant: {
|
||||
quality: "50-70",
|
||||
|
Loading…
Reference in New Issue
Block a user