FountainJS / generator-fountain-webapp

Yeoman 'fountain' generator to start a webapp
http://fountainjs.io
MIT License
967 stars 67 forks source link

Support for webpack with multiple entries #208

Open scottschafer opened 7 years ago

scottschafer commented 7 years ago

Prerequisites

Description

I would like the ability to generate multiple entry points, so that I can create a multiple page application with this generator.

Failing that, I'd love to get instructions on how to modify the generated webpack configuration to allow this, because I've been flailing.

Error Message & Stack Trace

COPY THE ERROR MESSAGE, INCLUDING STACK TRACE HERE

Config

{ "generator-fountain-angular1": { "version": "1.0.0", "props": { "framework": "angular1", "modules": "webpack", "js": "typescript", "ci": "", "css": "less", "resolved": "/usr/local/lib/node_modules/generator-fountain-webapp/nodemodules/generator-fountain-angular1/generators/app/index.js", "namespace": "fountain-angular1:app", "": [], "sample": "todoMVC", "router": "none" } } }