p2p-media-loader icon indicating copy to clipboard operation
p2p-media-loader copied to clipboard

Bad folders structure

Open piranna opened this issue 3 years ago • 2 comments

main entry in package.json files is pointing to dist folder, that usually is being used to store the browser bundles, while in this case the browser bundles are in build, that usually is a temporal folder. Project is using Typescript files, so they should be in src folder, being in lib the transpiled ones.

So: lib -> src, dist -> lib, build -> dist

piranna avatar Mar 23 '21 06:03 piranna

Thanks for the clarification. We will review folder structure changes and apply them to the next major release.

mrlika avatar Mar 30 '21 23:03 mrlika

welcome

piranna avatar Mar 31 '21 00:03 piranna