SimonAlling / userscripter

Create userscripts in a breeze!
https://www.npmjs.com/package/userscripter
MIT License
100 stars 10 forks source link

build: Build to dist/ #106

Open SimonAlling opened 3 months ago

SimonAlling commented 3 months ago

Now that we declare the public API using exports and typesVersions (#105), we can build to a dedicated directory instead of the repo root. I think this will also enable further simplifications down the road.

💡 git show --color-words='dist/\*{1,2}|\w+|.'

SimonAlling commented 3 months ago

Alright, so it seems like this doesn't work with Webpack 4.