luau-packer
v1.0.1
Published
A Rollup-style bundler for Luau using real AST parsing (tree-sitter-luau).
Readme
luau-bundler
A Rollup-style bundler for Luau using real AST parsing (tree-sitter-luau).
Install
npm install luau-bundler
CLI
luau-bundler
Config
Create luau.config.json:
{ "input": "src/main.lua", "output": { "file": "dist/bundle.lua", "target": "client" } }
