Skip to content

Instantly share code, notes, and snippets.

@Tragetaschen
Created August 17, 2017 10:49
Show Gist options
  • Save Tragetaschen/cbff57f27c82d19fa017d753f23b3c43 to your computer and use it in GitHub Desktop.
Save Tragetaschen/cbff57f27c82d19fa017d753f23b3c43 to your computer and use it in GitHub Desktop.
Webpack build for signalr-client
import {HttpConnection} from './dist/src';
var a = new HttpConnection();
module.exports = {
entry: './entry.js',
output: {
filename: 'output.js'
}
}
@ramdasmutkule
Copy link

Hello,
I want implement signalr with webpack typescript (angular 2), so if any one have idea about that please share it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment