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

webpack-plugin-localtunnel

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webpack-plugin-localtunnel

Simple plugin to allow you to expose your [`webpack-dev-server`](https://webpack.js.org/configuration/dev-server/) over the internet using [`localtunnel`](https://localtunnel.github.io/www/)

  • 1.0.1-1
  • next
  • npm
  • Socket score

Version published
Weekly downloads
44
increased by266.67%
Maintainers
1
Weekly downloads
 
Created
Source

Webpack plugin localtunnel

Simple plugin to allow you to expose your webpack-dev-server over the internet using localtunnel

Installation

yarn add -D webpack-plugin-localtunnel

or

npm install -D webpack-plugin-localtunnel

Usage

const LocaltunnelPlugin = require('localtunnel-webpack-plugin')

module.exports = {
  plugins: [new LocaltunnelPlugin({subdomain: 'my-subdomain'})],
}

Options

nametypenotes
subdomainstringUsed to create a custom URL <subdomian>.loca.it otherwise a random subdomain will be assigned
portnumberThe port that localtunnel needs to listen to. By default the plugin will pick up the webpack-dev-server port unless otherwise specified

Both options are optional, but subdomain is recommended to be set so you have a consistent URL

Keywords

FAQs

Package last updated on 23 Jun 2021

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