dfahlander / dexie-relationships

Dexie relationship plugin
MIT License
89 stars 17 forks source link

Should improve build process #5

Closed dfahlander closed 7 years ago

dfahlander commented 8 years ago

Should try buble + rollup instead of babel + webpack. An alternative would be keeping babel but replace webpack with webpack2-beta.

If we do this we will have better outputs with smaller footprints in the dist folder, such as:

We would also support stuff like watch without having to develop a build system like I had to in Dexie.

rmtuckerphx commented 8 years ago

Is there a way to include dexie-relationships using a script tag like how I am able to with dexie? Does this project support use outside of WebPack?

iberflow commented 7 years ago

Hi,

With 1.2.0 I have replace Webpack+Babel with Rollup+Buble. The distributable files now should work in any environment. I've tested it in node and chrome. Please let me know how you get on. Thanks!