This commit is contained in:
Daniel Huebleitner
2019-10-28 21:37:18 +01:00
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "rpclibrary",
"version": "1.3.1",
"version": "1.3.2",
"description": "rpclibrary is a websocket on steroids!",
"main": "./js/Index.js",
"repository": {
+3 -3
View File
@@ -5,9 +5,9 @@ module.exports = {
target: "web",
entry: path.resolve(__dirname, 'Frontend.ts'),
output: {
path: path.resolve(__dirname, '..', 'js', 'rpclibrary.browser.js'),
filename: "Frontend.js",
libraryTarget: 'commonjs',
path: path.resolve(__dirname, '..', 'js', 'browser'),
filename: "rpclibrary.browser.js",
libraryTarget: 'window'
},
resolve: {
extensions: [".ts", ".tsx", ".js"]