Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: align build system with vue 3 #1715

Merged
merged 10 commits into from
Apr 20, 2020
5 changes: 4 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,8 @@
"root": true,
"extends": [
"plugin:vue-libs/recommended"
]
],
"globals": {
"__DEV__": true
}
}
21 changes: 10 additions & 11 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
.DS_Store
node_modules
TODO.md
lib
docs/.vuepress/dist
examples/**/build.js
types/typings
types/test/*.js
explorations
/dist
Copy link
Member

Choose a reason for hiding this comment

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

I guess we need to add !/dist/logger.d.ts ?

Copy link
Member Author

Choose a reason for hiding this comment

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

Ah, good point! Yeah I'll add that. logger.d.ts will be tracked regardless of it because it is already committed, but it's nice to have precise definition 👍

Copy link
Member Author

Choose a reason for hiding this comment

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

And fixed 👍

!/dist/logger.d.ts
/docs/.vuepress/dist
/examples/**/build.js
/node_modules
/test/e2e/reports
/test/e2e/screenshots
/types/typings
/types/test/*.js
*.log
test/e2e/reports
test/e2e/screenshots
.DS_Store
85 changes: 0 additions & 85 deletions build/build.main.js

This file was deleted.

92 changes: 0 additions & 92 deletions build/configs.js

This file was deleted.

3 changes: 0 additions & 3 deletions build/rollup.dev.config.js

This file was deleted.

11 changes: 0 additions & 11 deletions build/rollup.logger.config.js

This file was deleted.

118 changes: 0 additions & 118 deletions dist/logger.js

This file was deleted.

Loading