Installations
npm install @tmbr/bundler
Developer Guide
Typescript
No
Module System
ESM
Node Version
22.12.0
NPM Version
10.9.0
Score
25.7
Supply Chain
57
Quality
72.2
Maintenance
100
Vulnerability
91.6
License
Releases
Contributors
Unable to fetch Contributors
Languages
JavaScript (100%)
Developer
TMBR
Download Statistics
Total Downloads
4,576
Last Day
2
Last Week
66
Last Month
68
Last Year
645
GitHub Statistics
83 Commits
1 Watching
1 Branches
2 Contributors
Package Meta Information
Latest Version
1.12.0
Package Id
@tmbr/bundler@1.12.0
Unpacked Size
5.76 kB
Size
2.60 kB
File Count
3
NPM Version
10.9.0
Node Version
22.12.0
Publised On
23 Dec 2024
Total Downloads
Cumulative downloads
Total Downloads
4,576
Last day
0%
2
Compared to previous day
Last week
0%
66
Compared to previous week
Last month
94.3%
68
Compared to previous month
Last year
-69.8%
645
Compared to previous year
Daily Downloads
Weekly Downloads
Monthly Downloads
Yearly Downloads
Dependencies
4
TMBR Bundler
A configurable JavaScript and SASS bundler built on esbuild and browser-sync. Intended for WordPress development or projects where a CI/CD workflow is not available, allowing for concurrent development and production bundles.
Why esbuild?
Compared to the mess of webpack loaders and dependencies, esbuild is faster, has better documentation and zero dependencies by default. It was created by Evan Wallace, who built this amazing WebGL demo in 2011 ... oh yeah, and he also co-founded Figma!
Installation
1npm install --save-dev @tmbr/bundler
Usage
@tmbr/bundler
has two commands - build
and watch
- that both create concurrent builds:
build/main.dev.[css|js]
development version with sourcemapsbuild/main.min.[css|js]
minified production version
bundler build
This command creates the build files noted above and displays KB sizes for the minified css and js build files.
bundler watch
This command will create initial build files noted above and start watching for changes. By default, it will look at the name field in your package.json
file, append .test
and proxy
http://example.test:3000
for auto-reloading.
Configuration
More information coming soon!
No vulnerabilities found.
No security vulnerabilities found.