Skip to content

Commit

Permalink
fix: problem while building
Browse files Browse the repository at this point in the history
  • Loading branch information
wumail committed Nov 30, 2023
1 parent cf2ccaf commit 7fc6b95
Show file tree
Hide file tree
Showing 3 changed files with 6,585 additions and 6,972 deletions.
4 changes: 2 additions & 2 deletions demo/examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"@types/react": "^16.9.53",
"@types/react-dom": "^16.9.8",
"@types/react-router-dom": "^5.1.6",
"@typescript-eslint/eslint-plugin": "^4.5.0",
"@typescript-eslint/parser": "^4.5.0",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"antd": "^4.9.1",
"babel-eslint": "^10.1.0",
"babel-jest": "^26.6.0",
Expand Down
7 changes: 3 additions & 4 deletions demo/organizer/babel.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
module.exports = {
presets: [
'@vue/cli-plugin-babel/preset'
]
}
presets: ["@vue/cli-plugin-babel/preset"],
plugins: ["@babel/plugin-transform-private-methods"],
};
Loading

1 comment on commit 7fc6b95

@vercel
Copy link

@vercel vercel bot commented on 7fc6b95 Nov 30, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

docs-examples – ./docs

docs-examples-chi.vercel.app
docs-examples-git-master-logic-flow.vercel.app
docs-examples-logic-flow.vercel.app

Please sign in to comment.