webpack-blocks icon indicating copy to clipboard operation
webpack-blocks copied to clipboard

📦 Configure webpack using functional feature blocks.

Results 30 webpack-blocks issues
Sort by recently updated
recently updated
newest added

Bumps [node-sass](https://github.com/sass/node-sass) from 4.13.1 to 7.0.0. Release notes Sourced from node-sass's releases. v7.0.0 Breaking changes Drop support for Node 15 (@​nschonni) Set rejectUnauthorized to true by default (@​scott-ut, #3149) Features...

dependencies

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.7 to 1.14.8. Commits 3d81dc3 Release version 1.14.8 of the npm package. 62e546a Drop confidential headers across schemes. See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=follow-redirects&package-manager=npm_and_yarn&previous-version=1.14.7&new-version=1.14.8)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)...

dependencies

along my two last project i noticed an error that appears several times. the error was "error Cannot read property 'match' of undefined". i think this is a knew error...

bug

Even when running `webpack -p --mode production` I am getting all the Hot code in my produced Javascript. No configuration options seem to exist to exclude it. Here is my...

**webpack-blocks/[email protected]** Bumped into Maximum call stack error when using react-hot-reload, fixed by filtering out HotModuleReloadPlugin as per: https://github.com/webpack/webpack/issues/1583#issuecomment-153523471 I do believe that it's safe to support this on webpack-blocks/dev-server side.

For some reason when I have a `babel.config.js` on the project, the `babel()` does not pick up that file, only when I change it to a `.babelrc` it works. Possibility...

We bring this idea from time to time and we finally have to just do it, so I decided to add it to the 2.0 roadmap (#264). Now I went...

Hej guys 👋 I started tackling #246, for now only `@webpack-blocks/core` & `@webpack-blocks/webpack` to have a foundation, so we can discuss naming etc. Afterwards we just need to add the...

I'm using webpack-blocks to provide configuration to react-styleguidist and experienced the following errors. ```bash TypeError: resolver.ensureHook is not a function TypeError: resolver.ensureHook is not a function at ModulesInRootPlugin.apply (C:\Users\sh4dow\development\github\fructosedb\node_modules\enhanced-resolve\lib\ModulesInRootPlugin.js:15:27) at...

In previous versions, I used the following example format to create a custom block: ```js const eslint = () => () => ({ module: { rules: [ { test: /\.js$/,...