Skip to content
#

prerender

Here are 139 public repositories matching this topic...

guess
mitinarseny
mitinarseny commented Nov 3, 2019

Fails even if installled only (via yarn add --dev prerender-loader) and with following code (commented is really commented):

// webpack.config.js
const path = require('path');
const HtmlWebpackPlugin = require('html-webpack-plugin');
const { CleanWebpackPlugin } = require('clean-webpack-plugin');

module.exports = {
  mode: 'development',
  entry: {
    app: './src/index.js',
  

ng-static-site-generator is a webpack-based command line build tool that builds an Angular app and Jekyll-style blog entry html files into a static html and css website. It also supports building a client app so you can have static pages that are also capable of running dynamic functionality coded in Angular.

  • Updated Jul 14, 2017
  • TypeScript

Improve this page

Add a description, image, and links to the prerender topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the prerender topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.