![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
webpack-serve-overlay
Advanced tools
A rudimentary overlay for webpack-serve
, based off the one used in webpack-dev-server
.
This package is targeted at 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.
Install the package:
npm i webpack-serve-overlay
Then require the overlay at the top of your index.jsx
(or equivalent):
// becomes dead code in builds other than dev,
// which webpack should pick up and remove.
if(process.env.NODE_ENV === 'development') {
require('webpack-serve-overlay');
}
and you'll be away laughing.
The overlay works by using a WebSocket that connects to webpack-serve
à la webpack-hot-client
.
This means that it shouldn't require any extra settings or configuration.
However, just in case, you can manually specify the WebSocket url by setting the WEBPACK_SERVE_OVERLAY_WS_URL
env property.
[0.3.0] - 2018-08-01
Implemented usage of __hotClientOptions__
in the same manner as webpack-hot-client
,
making this package pretty much feature-complete, as it now works in nearly the same as
the old overlay. v1 will likely be released soon after, with no expected changes.
errorOverlay
now uses __hotClientOptions__
in the same manner as webpack-hot-client
to get
the WebSocket url to connect to webpack-serve
.FAQs
Error overlay for webpack-serve
The npm package webpack-serve-overlay receives a total of 674 weekly downloads. As such, webpack-serve-overlay popularity was classified as not popular.
We found that webpack-serve-overlay demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
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.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.