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

Separate verovio prod and dev #1228

Merged
merged 2 commits into from
Jun 25, 2024
Merged

Separate verovio prod and dev #1228

merged 2 commits into from
Jun 25, 2024

Commits on Jun 19, 2024

  1. build!: remove external and use wasm verovio

    - remove customized external verovio module (setup-verovio, verovio-util/)
    - update webpack config, yarn.lock, package.json
    - use `wasm` verovio toolkit
    - introduce verovio worker for development
    
    Resolves: #1221
    yinanazhou committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    ba92337 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. build!: separate verovio for prod and dev

    - Use `wasm` verovio for development (`webpack.config.js`)
    - Load from verovio website for production (`webpack.pages-config.js`)
    - Remove redundant `webpack.dev.config.js`
    
    Resolves: #1219, #1221
    yinanazhou committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    d418622 View commit details
    Browse the repository at this point in the history