wyugen/shopify-theme-action

How do I contribute this repository?

Closed this issue · 2 comments

I would like to submit some simple pull requests, however, I didn't see how do I compile the source javascript file to a dist/index.js, is there a predefined command defined in package.json? Or could you add the webpack settings into the repo?

Sorry for the late reply.

You can edit src/index.js, which is later compiled with ncc to generate dist/index.js

Thank you @frunkad!