Skip to content
New issue

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

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

Already on GitHub? # to your account

Skip registering compile hooks #462

Merged
merged 3 commits into from
Jan 23, 2024

Commits on Jul 18, 2023

  1. add skipCompile option to webpack plugin.

    This way you can compile the finalTarget e.g. in a separate process and don't need php during compile time.
    Basster committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    4c94692 View commit details
    Browse the repository at this point in the history
  2. move skipCompile from options to constructir argument, so it won't be…

    … passed to the php command as argument.
    Basster committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    b76b737 View commit details
    Browse the repository at this point in the history
  3. adopt usage.rst

    Basster committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    14e08af View commit details
    Browse the repository at this point in the history