hard-source-webpack-plugin icon indicating copy to clipboard operation
hard-source-webpack-plugin copied to clipboard

Results 97 hard-source-webpack-plugin issues
Sort by recently updated
recently updated
newest added

Hi, I'm just trying out hard-source-webpack-plugin for the first time, and its amazing, builds run much faster now, but there is a ton of output despite my attempts to silence...

### Expected Behavior If i dont set built -> cache = true hard-source-webpack-plugin dosent run. With this config ``` build: { analyze: false, cache: false, hardSource: { cacheDirectory: resolve(__dirname, `node_modules/.cache/hard-source${isProduction...

When I use this plug-in in a business project, it works fine. But when I use it in the component library, I get an error. ```js tapable.hooks[name].tap(reason, callback); ^ TypeError:...

I have the following issue when using it: > ReferenceError: serializer is not defined > at info (C:\...\node_modules\hard-source-webpack-plugin\lib\CacheSerializerFactory.js:103:22) It looks like the variable is simply not defined yet, so placing...

```js PS E:\tempWebpack> npm run build > [email protected] build E:\tempWebpack > vue-cli-service build fatal: not a git repository (or any of the parent directories): .git / Building for production...[hardsource:ccc90cf8] Using...

### Expected Behavior Successful compilation from the first time ### Actual Behavior The first compilation failed, the second successful #### Is an error being thrown? debug: ``` function updateMd5CacheItem(value) {...

This change is as the result of a CI failure where bigint values are in-use - https://github.com/LedgerHQ/ledger-live-desktop/runs/4325584600?check_suite_focus=true#step:13:92 Some background reading here - https://dev.to/benlesh/bigint-and-json-stringify-json-parse-2m8p In this approach instead of adding a...

### Expected Behavior > I'd like to be able to exclude plugins on webpack v4 ### Actual Behavior > It crashes when I try to exclude plugins #### Is an...

### Expected Behavior > Support webpack 5.x ### Actual Behavior > Not supportted. #### Is an error being thrown? > Yes, throws an error: ````txt TypeError: Cannot read property 'tap'...

If there is a compilation where frozen.build is not generated for some reason then the check here would fail and throw an exception: ``` Could not freeze FILE_NAME: Cannot read...