primitive-script-bundler

<h1>Primitive script bundler modeled after Webpack</h1>


License
ISC
Install
npm install primitive-script-bundler@1.0.16

Documentation

Primitive script bundler modeled after Webpack

To use in your project

  1. Declare a config.json file. This is where primitive-script-bundler will look for your configuration.
  2. Currently supports an array of filenames. E.g. --> files: ["test.js", "dogs.js"]
  3. Create an output file (bundle.js is there by default)
  4. Create script in package.json to run: E.g. --> "bundle": "node index.js"
  5. Load script (e.g. --> bundle.js) into your index.html file or entry point of application
  6. Primitive Script bundle all the things!

Built by Theodore Anderson