Initial Save
This commit is contained in:
11
node_modules/subscriptions-transport-ws/unpkg-webpack.config.js
generated
vendored
Normal file
11
node_modules/subscriptions-transport-ws/unpkg-webpack.config.js
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
var path = require('path');
|
||||
|
||||
module.exports = {
|
||||
context: path.join(__dirname, '/dist'),
|
||||
entry: './client.js',
|
||||
output: {
|
||||
path: path.join(__dirname, '/browser'),
|
||||
filename: 'client.js',
|
||||
library: 'SubscriptionsTransportWs'
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user