webpack-plugin-localtunnel
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "webpack-plugin-localtunnel", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "author": "Ahmed El Gabri <ahmed@gabri.me> (https://gabri.me)", |
@@ -25,2 +25,5 @@ # Webpack plugin localtunnel | ||
module.exports = { | ||
devServer: { | ||
public: `${subdomain}.loca.lt`, | ||
}, | ||
plugins: [new LocaltunnelPlugin({subdomain: 'my-subdomain'})], | ||
@@ -27,0 +30,0 @@ } |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4494
41