Skip to content

v0.3.0 Allow non-bundled dependencies

Compare
Choose a tag to compare
@lostpebble lostpebble released this 01 Nov 12:55
· 67 commits to master since this release

Added the ability to put non-webpack dependencies into the generated package.json, by adding them in the basePackageValues. They can either pull their version from your original package.json by keeping the version string empty (""), or set their version deliberately as you would in any regular package.json.

See Readme for more details.