Closed SamVerschueren closed 5 years ago
I noticed that currently the dist directory is generated incorrectly, probably due to some changes that were made regarding directory structure etc.
dist
This is what the dist directory looks like at the current released version
This is what it looks like right now
Which doesn't align with what's defined in package.json
package.json
"main": "dist/source", "types": "dist"
Either it should be the other way around, or just generate the files in the dist directory all together.
I was working on something else when I noticed this and was able to fix it there. So I'll do a PR later today probably.
I noticed that currently the
dist
directory is generated incorrectly, probably due to some changes that were made regarding directory structure etc.This is what the
dist
directory looks like at the current released versionThis is what it looks like right now
Which doesn't align with what's defined in
package.json
Either it should be the other way around, or just generate the files in the
dist
directory all together.I was working on something else when I noticed this and was able to fix it there. So I'll do a PR later today probably.