You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

@builder.io/dev-tools

Package Overview
Dependencies
Maintainers
13
Versions
249
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@builder.io/dev-tools

Builder.io Dev Tools

0.0.6
npm
Version published
Maintainers
13
Created
Source

Builder Dev Tools

Setup and integrate Builder during development using the Dev Tools plugin.

Vite

Import builderDevTools from @builder.io/dev-tools/vite and place it as the the first plugin to ensure it runs before others.

import { defineConfig } from "vite";
import { builderDevTools } from "@builder.io/dev-tools/vite";

export default defineConfig(() => {
  return {
    plugins: [builderDevTools()],
  };
});

Keywords

builder.io

FAQs

Package last updated on 14 Jun 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts