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

fix(node): use webpack compilation hooks to emit package.json #10229

Commits on Jun 7, 2022

  1. fix(node): use webpack compilation hooks to emit package.json

    Use the webpack plugin system to create the package.json, this allows for developers to use plugins like
    CleanWebpackPlugin which clears the dist before the compilation starts. If this plugin is used in
    combination with the old method of generating the package.json, then it is deleted on compilation start.
    skrtheboss committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    de59f0d View commit details
    Browse the repository at this point in the history