Closed malash closed 1 year ago
The Webpack cache should be invalidated if:
yarn start [target]
webpack.config.js
goji.config.js
The Webpack cache should be invalidated if:
yarn start [target]
.webpack.config.js
. This recommendation is provided in the Webpack cache configuration documentation. Additionally, this has been implemented in Webpack CLI.goji.config.js
. This is crucial because users often modifygoji.config.js
to adjust the build configuration.