builder
builder copied to clipboard
Visual Development for React, Vue, Svelte, Qwik, and more
package.json: ``` { "dependencies": { "@angular-builders/custom-webpack": "11.0.0", "@angular-devkit/build-angular": "0.1100.6", "@angular/animations": "11.0.7", "@angular/cdk": "11.0.3", "@angular/cli": "11.0.6", "@angular/common": "11.0.7", "@angular/compiler": "11.0.7", "@angular/compiler-cli": "11.0.7", "@angular/core": "11.0.7", "@angular/forms": "11.0.7", "@angular/material": "11.0.3", "@angular/platform-browser": "11.0.7", "@angular/platform-browser-dynamic":...
Hello, when I tried to run npm install @builder.io/angular inside and angular v12 app I got an error about a dependency on angular cli v8 I had to use the...
Added setup commands for json-schema package.
When using the `@builder.io/widgets` [package](https://github.com/BuilderIO/builder/tree/main/packages/widgets) with a nested dependency, the typings could not be resolved. Example given: ```ts import { Builder } from '@builder.io/react'; import { tabsConfig } from '@builder.io/widgets/dist/lib/components/Tabs.config';...
### Bug With App Rendering While in debug Hey Builder.io team! I have found an interesting bug which I have encountered debugging my test store. You can simply recreate this...
If you do not disable the Brave Shield, it will attempt to load the page continuously (and show the "We are having trouble connecting to your site" popup) even after...
This might hold true for all of the plugins, but the user should receive an error similar to what is coming from the console. Currently I get a spinning popup...
## 500 Error on first load Notice that the parameters are missing, access_token is empty, include=NaN ``` https://cdn.builder.io/api/v1/contentful-proxy?single=false&select=fields&url=https%3A%2F%2Fcdn.contentful.com%2Fspaces%2Fbsbdzm9etnzl%2Fenvironments%2Fmaster%2Fentries%3Flimit%3D10%26include%3DNaN%26order%3Dfields.name%26access_token%3D ``` escaped url ``` https://cdn.builder.io/api/v1/contentful-proxy?single=false&select=fields&url=https://cdn.contentful.com/spaces/bsbdzm9etnzl/environments/master/entries?limit=10&include=NaN&order=fields.name&access_token= ``` ## Success by changing anything in...
builder/packages/utils/ has **feteches** in the **Example** header.