webpack-blocks
webpack-blocks copied to clipboard
📦 Configure webpack using functional feature blocks.
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...
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 [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)...
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...
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$/,...