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

新的生命周期 beforeBuild & afterBuild #288

Closed
Diablohu opened this issue Jan 17, 2021 · 1 comment
Closed

新的生命周期 beforeBuild & afterBuild #288

Diablohu opened this issue Jan 17, 2021 · 1 comment
Labels
bundling process enhancement New feature or request

Comments

@Diablohu
Copy link
Member

module.exports = {
    // ...
    beforeBuild: async (fullConfig) => {},
    afterBuild: async (fullConfig) => {},
    // ...
};
@Diablohu Diablohu added bundling process enhancement New feature or request labels Jan 21, 2021
@Diablohu
Copy link
Member Author

implemented in 25f6f24

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bundling process enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant