Skip to content

Instantly share code, notes, and snippets.

@kenberkeley
Last active October 11, 2019 04:10
Show Gist options
  • Save kenberkeley/112286c06f1a0df4f6fe3af80e4a6f59 to your computer and use it in GitHub Desktop.
Save kenberkeley/112286c06f1a0df4f6fe3af80e4a6f59 to your computer and use it in GitHub Desktop.
pagesGen
{
'landing-page-1': {
entry: './src/pages/landing-page-1/main.js',
template: 'public/index.html',
filename: 'landing-page-1.html',
title: 'Landing Page 1',
chunks: [ 'chunk-vendors', 'chunk-common', 'landing-page-1' ]
},
'landing-page-2': {
entry: './src/pages/landing-page-2/main.js',
template: 'public/index.html',
filename: 'landing-page-2.html',
title: 'Landing Page 2',
chunks: [ 'chunk-vendors', 'chunk-common', 'landing-page-2' ]
},
'landing-page-3': {
entry: './src/pages/landing-page-3/main.js',
template: 'public/index.html',
filename: 'landing-page-3.html',
title: 'Landing Page 3',
chunks: [ 'chunk-vendors', 'chunk-common', 'landing-page-3' ]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment