merge
This commit is contained in:
+1
-1
@@ -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
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user