primitive-script-bundler
v1.0.16
Published
<h1>Primitive script bundler modeled after Webpack</h1>
Downloads
8
Readme
- Declare a config.json file. This is where primitive-script-bundler will look for your configuration.
- Currently supports an array of filenames. E.g. --> files: ["test.js", "dogs.js"]
- Create an output file (bundle.js is there by default)
- Create script in package.json to run: E.g. --> "bundle": "node index.js"
- Load script (e.g. --> bundle.js) into your index.html file or entry point of application
- Primitive Script bundle all the things!