Socket
Socket
Sign inDemoInstall

@best-shot/preset-serve

Package Overview
Dependencies
116
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @best-shot/preset-serve

A `best-shot` preset for `dev-server` integrated


Version published
Maintainers
1
Created

Readme

Source

@best-shot/preset-serve logo

A best-shot preset for dev-server integrated.

npm github node

Installation

npm install @best-shot/preset-serve --save-dev

Usage

// example: .best-shot/config.mjs
export default {
  presets: ['serve'],
  experiments: {
    lazyCompilation: false // true by default
  },
  devServer: {
    // ...
  }
};

Keywords

FAQs

Last updated on 10 Nov 2021

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc