Multiple builds
See original GitHub issueAs common, we’ve got more systems than “prod” with different env config to build/deploy.
Is there a elegant solution to extend the build process within the template for another config/stage.env?
Goal should be this:
npm run build:demo => create demo bundle
npm run build:prod => create prod bundle
Currently I see nothing extendable in configuration and I don’t want to rewrite the build stack, again.
Issue Analytics
- State:
- Created 6 years ago
- Reactions:2
- Comments:9 (4 by maintainers)
Top Results From Across the Web
Multi-stage builds - Docker Documentation
With multi-stage builds, you use multiple FROM statements in your Dockerfile. Each FROM instruction can use a different base, and each of them...
Read more >Multiple Build Configurations - Advanced Installer
Step by step tutorial on how to create a project with multiple build configurations. ... Go to the Builds page by clicking on...
Read more >Multiple Builds | City of Heroes Wiki | Fandom
Issue 13 added the ability for characters to have multiple builds. Each build allows the character to have completely separate power choices and...
Read more >How to Install Multiple Kodi Builds on Amazon FireStick
And, in this guide, I am going to share how to install more than one Kodi build on Kodi supported devices including Amazon...
Read more >How to: Build multiple configurations - Visual Studio (Windows)
Learn how you can build most types of projects with multiple, or even all, of their build configurations with one IDE action.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I started working on this today, as a matter of fact. Will push a WIP PR as soon as I have tested it once, hopefully tonight.
Doing this cleanly requires some rewiring of the webpack configs and adjusting documentation, so I don’t think it will be ready in the coming few days, but won’t take weeks either.
Sidenote: previous discussions in #903
@solidevolution I think @LinusBorg meant #1178