webpack-isomorphic-dev-middleware icon indicating copy to clipboard operation
webpack-isomorphic-dev-middleware copied to clipboard

The webpack-dev-middleware, but for isomorphic applications

Results 12 webpack-isomorphic-dev-middleware issues
Sort by recently updated
recently updated
newest added

Aside from pre-defined options on this library, can I add more options from [Webpack DevServer](https://webpack.js.org/configuration/dev-server/#devserver)?

Bumps [lodash.template](https://github.com/lodash/lodash) from 4.4.0 to 4.5.0. Commits - [`ab73503`](https://github.com/lodash/lodash/commit/ab73503859a2d2f7f603bc8a293ce93ecc071e83) Bump to v4.5.0. - [`a4f7d4c`](https://github.com/lodash/lodash/commit/a4f7d4cc2a3b6d3a43f6c27beadbf90410eecdcd) Rebuild lodash and docs. - [`cca5ac6`](https://github.com/lodash/lodash/commit/cca5ac60d61a2f786eeafadb674d6e12fc6179c8) Fix npm-test by removing the call to test-docs. - [`9f7f9fc`](https://github.com/lodash/lodash/commit/9f7f9fc3c5f1a4db9a2134950872440c792ee8bb)...

dependencies

Bumps [eslint-utils](https://github.com/mysticatea/eslint-utils) from 1.3.1 to 1.4.3. Release notes *Sourced from [eslint-utils's releases](https://github.com/mysticatea/eslint-utils/releases).* > ## v1.4.3 > ## 🐛 Bug fixes > > - 8f9e481ecc1204c7a1331b697f97903f90c75154 fixed false positive of `ReferenceTracker`. >...

dependencies

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.10 to 4.17.15. Commits - [`ddfd9b1`](https://github.com/lodash/lodash/commit/ddfd9b11a0126db2302cb70ec9973b66baec0975) Bump to v4.17.15. - [`b185fce`](https://github.com/lodash/lodash/commit/b185fcee26b2133bd071f4aaca14b455c2ed1008) Rebuild lodash and docs. - [`be87d30`](https://github.com/lodash/lodash/commit/be87d303941222b97c482755afc0f4a77ce46c30) Bump to v4.17.14. - [`a6fe6b1`](https://github.com/lodash/lodash/commit/a6fe6b1e174fd02b5e60eb2664405f4c1262c300) Rebuild lodash and docs. -...

dependencies

Bumps [lodash.merge](https://github.com/lodash/lodash) from 4.6.1 to 4.6.2. Commits - See full diff in [compare view](https://github.com/lodash/lodash/commits) [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=lodash.merge&package-manager=npm_and_yarn&previous-version=4.6.1&new-version=4.6.2)](https://help.github.com/articles/configuring-automated-security-fixes) Dependabot will resolve any conflicts with this PR as long as you don't...

dependencies

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.0.11 to 4.5.3. Changelog *Sourced from [handlebars's changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md).* > ## v4.5.3 - November 18th, 2019 > Bugfixes: > > - fix: add "no-prototype-builtins" eslint-rule and fix all...

dependencies

I think we should give this library a full example of how to do it. Because someone with a little knowledge (like me) will get lost in this implementation. Thank...

I really interested to implement isomorphic app in hapi, any plan for hapi support?

https://github.com/webpack/webpack-dev-middleware supports express and koa. We should do the same.

Hi! I have a misunderstanding about how I can export render functions from a server file I get empty object from `res.locals.isomorphic.exports` **config for server** ```javascript const server = {...