Skip to content

hamlim/native-bundler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published