Tobias Koppers

Results 178 comments of Tobias Koppers

It has to be an absolute path. The readme always uses an absolute path at that location too.

You mean this: http://webpack.github.io/example-app/ but that more an example, you cannot live edit it...

pretty cool... `gh-pages-deploy.sh` is propably platform dependend. I think there is some module on npm that does the same. Could you use this instead?

You could also look into https://github.com/markdalgleish/static-site-generator-webpack-plugin. Does it apply here?

Not sure what you want me to do...? I have no experience with docker...

That was a webpack bug, but it's already fixed... need to rebuild the example-app

This is a breaking change in webpack 5, but the error message is not very helpful in finding the offending plugin. We should improve the error message.

There is an example here: https://github.com/webpack/react-starter/blob/master/make-webpack-config.js#L10 uncommend this and add `secondRoutes.js` `secondStores.js` and `secondStoreDescriptions.js`. But you also need to change the server to serve the other entry on some condition,...

It's available in the module in `__resourceQuery`.