We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The src/locale/*.yml and src/schema/schema.yml files should be included in out/main.js, but are not.
src/locale/*.yml
src/schema/schema.yml
out/main.js
make
https://github.com/rollup/rollup-plugin-yaml should be able to handle this, but has not been updated recently. I've forked it with plans to update for the latest rollup: https://github.com/ssube/rollup-plugin-yaml
The text was updated successfully, but these errors were encountered:
This will happen as part of #470 once ssube/rollup-template#4 has been closed on that side.
Sorry, something went wrong.
fix(build): include yml in bundle (fixes #396)
11d4422
70b913b
07217f5
ssube
No branches or pull requests
Summary
The
src/locale/*.yml
andsrc/schema/schema.yml
files should be included inout/main.js
, but are not.Steps to Reproduce
make
Actual Behavior
Expected Behavior
Details
https://github.com/rollup/rollup-plugin-yaml should be able to handle this, but has not been updated recently. I've forked it with plans to update for the latest rollup:
https://github.com/ssube/rollup-plugin-yaml
The text was updated successfully, but these errors were encountered: