Skip to content

Commit

Permalink
tem save
Browse files Browse the repository at this point in the history
  • Loading branch information
doupi committed Mar 17, 2024
1 parent 466c683 commit 314b0d6
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"presets": [
["@babel/preset-env",{
["@babel/preset-env", {
"useBuiltIns": "usage",
"targets": {
"chrome": "49",
Expand Down
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,3 +80,4 @@ workflows:
branches:
only:
- master

1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

/app/configs/__mocks__/ajax.js
/app/resource
app/images

# app/configs
# app/components
Expand Down
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*.js eol=lf
*.json eol=lf
*.jsx eol=lf
*.ts eol=lf
*.ts eol=lf
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@ jspm_packages
#cashe
.cache

#app/components/condition1.0

#don't upload node_modules.rar
node_modules.rar

Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2017-present, dupi, Inc.
Copyright (c) 2017-present, doupi, Inc.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
1 change: 1 addition & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ login(){
- [] axios异步请求跨域的设置
- [] 实时的webpack包大小预览,方便优化
- [] draftjs编辑器
- [] cypress自动化测试



Expand Down
2 changes: 1 addition & 1 deletion scripts/webpack.base.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ const webpackConfigBase = {
// },
test: /[\\/]node_modules[\\/]/,
name: 'vendor',
// minChunks: 1,
// minChunks: 2,
priority: -10,// 确定模块打入的优先级
reuseExistingChunk: true,// 使用复用已经存在的模块
enforce: true,
Expand Down
2 changes: 2 additions & 0 deletions test/Enzyme.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ Enzyme.configure({
});

export default Enzyme;


0 comments on commit 314b0d6

Please sign in to comment.