I use ParcelJS to bundle my JavaScript code. I want to modify an existing plugin (say the Elm plugin) to convert some special files on the fly with our own proprietary transpiler to JavaScript.
Therefor I cannot install the plugin from teh npmjs repo via Yarn into the node_modules
folder. I have the relevant plugin files (asset.js
, index.js
, package.json
) in a local directory myplugin
. How do I tell ParcelJS to use them?