Last active
October 11, 2019 04:10
-
-
Save kenberkeley/112286c06f1a0df4f6fe3af80e4a6f59 to your computer and use it in GitHub Desktop.
pagesGen
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
'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