Skip to content

Commit

Permalink
Get back to CJS (5.2.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
axtezy authored Feb 21, 2024
2 parents 55bff9c + d08ff80 commit 6f8f41d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rubic-sdk",
"version": "5.1.1",
"version": "5.2.0",
"description": "Simplify dApp creation",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"noUnusedParameters": true,
"noImplicitReturns": true,
"noFallthroughCasesInSwitch": true,
"module": "ESNext",
"module": "commonjs",
"moduleResolution": "node",
"sourceMap": true,
"useUnknownInCatchVariables": false,
Expand Down
6 changes: 1 addition & 5 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,7 @@ module.exports = function(env, argv) {
output: {
filename: 'rubic-sdk.min.js',
path: path.resolve(__dirname, 'dist'),
library: {
name: "RubicSDK",
type: "umd",
export: "default",
},
library: "RubicSDK",
clean: true
},
// optimization: {
Expand Down

0 comments on commit 6f8f41d

Please sign in to comment.