-
I've added configuration: cache: {
cacheDirectory: path.resolve(__dirname, '.webpack-cache'),
type: 'filesystem',
}, I would expect subsequent builds to be faster, however, I am not seeing any change and there is nothing in the logs about using / not using cache. How to verify that cache is being used? |
Beta Was this translation helpful? Give feedback.
Answered by
vankop
Mar 9, 2022
Replies: 1 comment 4 replies
-
you can enable full log https://webpack.js.org/configuration/other-options/#infrastructurelogging infrastructureLogging: { debug: true } webpack should print logs like |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
gajus
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
you can enable full log https://webpack.js.org/configuration/other-options/#infrastructurelogging
webpack should print logs like
restore from cache..