Created
August 17, 2017 10:49
-
-
Save Tragetaschen/cbff57f27c82d19fa017d753f23b3c43 to your computer and use it in GitHub Desktop.
Webpack build for signalr-client
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import {HttpConnection} from './dist/src'; | |
var a = new HttpConnection(); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module.exports = { | |
entry: './entry.js', | |
output: { | |
filename: 'output.js' | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
I want implement signalr with webpack typescript (angular 2), so if any one have idea about that please share it.