Skip to content

Commit

Permalink
feat(packages): add react 18 test cases (#1834)
Browse files Browse the repository at this point in the history
  • Loading branch information
janryWang authored Jul 20, 2021
1 parent 021c155 commit aa79220
Show file tree
Hide file tree
Showing 29 changed files with 551 additions and 2,119 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,5 @@ package.zip
.cjsescache
doc-site
.lerna-changelog
public
.history
.lint-report.log
2 changes: 1 addition & 1 deletion designable/antd/playground/webpack.base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export default {
playground: path.resolve(__dirname, './main'),
},
output: {
path: path.resolve(__dirname, '../public'),
path: path.resolve(__dirname, '../build'),
filename: '[name].[hash].bundle.js',
},
resolve: {
Expand Down
434 changes: 0 additions & 434 deletions packages/antd/CHANGELOG.md

This file was deleted.

470 changes: 0 additions & 470 deletions packages/core/CHANGELOG.md

This file was deleted.

50 changes: 0 additions & 50 deletions packages/json-schema/CHANGELOG.md

This file was deleted.

Loading

0 comments on commit aa79220

Please sign in to comment.