1.0.3 • Published 1 year ago

@signageos/webpack-plugin v1.0.3

Weekly downloads
20
License
ISC
Repository
github
Last release
1 year ago

signageOS Emulator Webpack Plugin

signageOS webpack plugin which allows debugging signageOS application in the browser environment locally

Installation

npm install @signageos/webpack-plugin @signageos/front-display --save-dev

@signageos/front-display is peer dependency of webpack plugin.

Usage

const webpack = require('webpack');
const SignageOSPlugin = require('@signageos/webpack-plugin')

exports = module.exports = {
	// ...
	plugins: [
		// ...
		new SignageOSPlugin({
			port: 8083, // default 8090
			publicUrl: 'http://192.168.1.113:8083', // default http://localhost:8090
			appletPort: 8091, // default 8091
			appletPublicUrl: 'http://192.168.1.113:8084', // default http://localhost:8091
		}),
	],
};

Contribution

Clone the repository and install dev dependencies

git clone git@github.com:signageos/webpack-plugin.git # or https://github.com/signageos/webpack-plugin.git
npm install
1.0.2

1 year ago

1.0.3

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago

0.3.1

1 year ago

0.3.0

2 years ago

0.2.0

2 years ago

0.1.2

2 years ago

0.1.1

3 years ago

0.1.0

3 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago