primitive-script-bundler
Advanced tools
Comparing version 1.0.14 to 1.0.15
{ | ||
"name": "primitive-script-bundler", | ||
"version": "1.0.14", | ||
"version": "1.0.15", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -1,12 +0,12 @@ | ||
# Primitive script bundler modeled after Webpack | ||
<h1>Primitive script bundler modeled after Webpack</h1> | ||
### To use in your project | ||
<h3>To use in your project</h3> | ||
####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! | ||
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 | ||
<h3>Built by Theodore Anderson</h3> |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1819
13