-
Let's start this as a brainstorm for supporting multiple builder archetypes
### Questions
- [ ] Do we _want_ multiple archetypes supported?
- (I'm assuming so, would be nice to split up client test …
-
Hi all!
I would like to make a proposal to avoid the need of "--expand-archetype".
### Motivation
I think that "--expand-archetype" solves the issue of npm3/yarn dependency flattering/hoisting…
-
An easy footgun with the existing https://github.com/FormidableLabs/builder-react-component/blob/master/package.json is if in:
``` js
// ROOT
"scripts": {
"test": "builder run check"
},
// A…
-
Courtesy of @chaseadamsio
The idea is that `ARCHETYPE/package.json` has some warts from the `scripts` not really being for the archetype's dev / release workflow but for builder projects. This would…
-
EDIT, the current solution is to prefix all builder commands with `LOCAL_DEV=true`, for example `LOCAL_DEV=true builder run whatever`
---
# Original Post:
As an example, I'm using a project m…
-
**GWT version:** 2.11
**Browser (with version):** Chrome 129.0.6668.101
**Operating System:** Windows 11
---
##### Description
I'm working on moving our GWT applications to cloud serve…
-
https://www.npmjs.com/package/babel-preset-stage-1
```
[builder:run] webpack-static - webpack --config node_modules/builder-docs-archetype/config/webpack/webpack.config.static.js --progress --bail…
-
Assuming we do this to fix #107 --
``` js
// ARCHETYPE-dev/require.js
module.exports = require;
// Meanwhile, in archetype JS files...
// ARCHETYPE/config/webpack/webpack.config.js
"use stri…
-
yassine@mcwords ~/projects/labs: mvn archetype:generate -Dfilter=com.airhacks:javaee-bce-archetype
[INFO] Scanning for projects...
[INFO]
[INFO] Using the builder org.apache.maven.lifecycle.internal.b…
-
I wonder if we should create archetypes for typical fabric8 projects? Guessing what a typical project might be, maybe one or more of the below?
Examples..
**fabric8**
fabric8-archetype-app
**kuber…