happypack icon indicating copy to clipboard operation
happypack copied to clipboard

Happiness in the form of faster webpack build times.

Results 54 happypack issues
Sort by recently updated
recently updated
newest added

![微信截图_20200927203739](https://user-images.githubusercontent.com/22430715/94365190-62da4980-0101-11eb-9ffa-1705da613701.png)

Module build failed (from ./node_modules/happypack/loader.js)

when I upgrade to [email protected] I got this error. There is no resolvers in compiler. [email protected] ``` var resolver = compiler.resolvers.normal; ^ TypeError: Cannot read property 'normal' of undefined ```

"webpack": "^1.13.1", "happypack": "^3.1.0", "babel-loader": "^6.4.1", **rules:** ``` rules: [{ test: /\.js$/, use: ['happypack/loader?id=babel'], include: [ path.resolve(jsDev, "src"), path.resolve(jsDev, "base"), path.resolve(jsDev, "module") ], exclude: path.resolve(__dirname, 'node_modules'), }, ], ``` **HappyPack:**...

var webpack = require('webpack'); var path = require('path'); // variables var isProduction = process.argv.indexOf('-p') >= 0 || process.env.NODE_ENV === 'production'; var sourcePath = path.join(__dirname, './src'); var outPath = path.join(__dirname, './dist/static');...

https://stackoverflow.com/questions/67409288/happy-pack-semver-issue-webpack-build here you can get more information about bug , if you need smth else, pls let me know

### Overview After I installed and configured happypack into my project, it seems to wrongly load emoji-mart css files. ### Pull Request that broke it https://github.com/Streeterxs/emoji-mart-webpack-demo/pull/3 ### Screenshots Configuration: ![image](https://user-images.githubusercontent.com/41974719/104205394-19421000-540d-11eb-9f0c-3ffe13adaeed.png)...

``` { loader: 'sass-loader', options: { sourceMap: true, implementation: require('sass'), } } ``` ``` Module build failed (from ../node_modules/sass-loader/lib/loader.js): TypeError: Cannot read property 'bind' of undefined at getRenderFuncFromSassImpl (.../node_modules/sass-loader/lib/loader.js:105:30) at...

using with happypack it will throw TypeError: Cannot read property 'outputOptions' of undefined I wonder if you could help me with this problem this is my webpack config ``` //plugin...

Bumps [node-sass](https://github.com/sass/node-sass) from 4.7.2 to 4.14.1. Release notes Sourced from node-sass's releases. v4.14.1 Community Add GitHub Actions for Alpine CI (@nschonni, #2823) Fixes Bump [email protected] (@xzyfer, #2912) Supported Environments OS...

dependencies