Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

webpack-serve-overlay

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webpack-serve-overlay

Error overlay for webpack-serve

  • 0.1.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
406
decreased by-29.39%
Maintainers
1
Weekly downloads
 
Created
Source

webpack-serve-overlay

A rudimentary overlay for webpack-serve, based off the one used in webpack-dev-server.

This overlay is currently in development. It's fully working, but has none of the clever automagical features like inserting itself into webpack.entry.

These features (and more) should hopefully come with time. Right now this package serves as a quick fully functional way of being able to have the same overlay as webpack-dev-server in webpack-serve with minimal fuss & expense.

Usage

Install the package:

npm i webpack-serve-overlay

Then add the following entry to the entry object in your webpack config:

overlay: require.resolve('webpack-serve-overlay')

and you'll be away laughing.

Problems

Tons.

This overlay currently is hardcoded to try to connect to ws://localhost:8081. That's absolutely the first thing I'm going to fix, but for now it works for me.

FAQs

Package last updated on 29 Jun 2018

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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc