UNPKG

data-provider-temporary

Version:

Library that helps with server-to-client synchronization of data

15 lines (12 loc) 232 B
'use strict'; // eslint-disable-next-line const UglifyJSPlugin = require('uglifyjs-webpack-plugin'); module.exports = { output: { library: 'SockJS', libraryTarget: 'umd' }, plugins: [ new UglifyJSPlugin() ] };