-
-
Notifications
You must be signed in to change notification settings - Fork 159
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
Chore: update to use named exports #401
Conversation
HERO! This is amazing. Will review and leave any notes |
@Zyie I'm seeing an issue here with the exports:
Those paths don't exist: It doesn't look like Rollup generates the index.js/index.mjs files for each filter folder. |
Solved this by adding an explicit glob for |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the publishing workflow on actions still needs some work, but I'm happy with this.
The repo has now been updated to be a single repo with many named exports
I've also just simplified everything to use
extension-scripts
to make it match our other reposSo the new way to use the repo is
import { x } from 'pixi-filters/displacement'