QubitProducts / slapdash

A lightweight JavaScript utility belt with native method override protection
http://npmjs.org/packages/slapdash
MIT License
3 stars 1 forks source link

Better build process? #43

Closed jimmed closed 6 years ago

jimmed commented 8 years ago

I'm very proud of my hacky build script, but that doesn't make it a good thing, necessarily.

In fact, because of the assumptions the build script makes:

On the upside, it does:

I'd be interested to see if we could use webpack (or rollup, or similar) to bundle it, and then cheekily strip out some of the webpack guff afterwards (or configure webpack to use more simple wrapping).