frictionlessdata / datapackage-js

A JavaScript library for working with Data Package.
http://frictionlessdata.io/
MIT License
43 stars 15 forks source link

Include schemas into webpack build #43

Closed roll closed 7 years ago

roll commented 7 years ago

Overview

For now in browsers it works only in remote mode (using calls to schemas registry). We could improve speed a lot including builtin schemas into webpack build. It's possible using System.js or dynamic require:

Tasks