fix
This commit is contained in:
+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