0.0.6-alpha.8 • Published 5 years ago

@native-bundler/cli v0.0.6-alpha.8

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

Native Bundler

This is an attempt at making a javascript bundler program that follows the next constraints/features:

  1. Imports must be from absolute locations (import React from 'https://unpkg.com/react@16.4.2/umd/react.production.min.js';) or relative assets (i.e. no node_modules)
  2. Support for imports of other assets
  • CSS ✅
  • HTML
  • SVG
  • TXT
  • MD
  • MDX ✅
  • JS ✅
  • More?
  1. Support static builds

Maybe more as well, but those are the ones I want to start with.

TODO:

  • Test Runner

    • support file diffs
  • Bundler

    • Asset Downloader
    • Determine import query param structure
    • Actual bundling assets
    • Fix asset ID generation logic
    • Plugin Architecture