prerender-loader icon indicating copy to clipboard operation
prerender-loader copied to clipboard

📰 Painless universal pre-rendering for Webpack.

Results 29 prerender-loader issues
Sort by recently updated
recently updated
newest added

``` > [email protected] build /.../prerender-loader > microbundle -f cjs --no-compress --external all Error: Plugin 'jsx' not found ``` I'm interested in creating a PR to not stub out `requestAnimationFrame`, as...

Hey there! So this is probably something I'm doing wrong but I'd appreciate any help. This is what I have in my `plugins` section ```js ...routes.map(url => new HtmlWebpackPlugin({ filename:...

Hi, this works and generates the rendered HTML, the JS stays the same however. Is there a way to remove all the render calls in the JS/TS files after the...

Hi, I'm still learning how to code so please bear with me. As the title reads, I'm having issues with a custom bot. It joins the voice channel when i...

How does this work with vue?

Hello! I use something like ```html {{prerender:./src/AppPrerender}} ``` And when I change something, HtmlWebpackPlugin don't run renderer. Now I fix it with simple loader ([source code](https://github.com/Feverqwe/cacheDependencyLoader/blob/master/index.js)) And use: ```js {...

This allows prerender-loader to be used with webpack-dev-server, since the html gets properly invalidated.

Error : ``` Module build failed (from ./node_modules/prerender-loader/dist/prerender-loader.js): NonErrorEmittedError: (Emitted value instead of an instance of Error) ReferenceError: $ is not defined ``` In Index.html ``` window.dataLayer = window.dataLayer ||...

How can you use this project to pre-render an app that provides different pages at different routes?

question