native-bundler

CSS transformer plugin for Native Bundler

Downloads
67
Stars
1
Committers
2

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/[email protected]/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
Package Rankings
Top 16.4% on Npmjs.org