UNPKG

parcel-plugin-externals

Version:

A plugin for Parcel to omit declared externals from being included in the emitted bundles.

38 lines (37 loc) 876 B
{ "name": "parcel-plugin-externals", "version": "0.5.2", "description": "A plugin for Parcel to omit declared externals from being included in the emitted bundles.", "main": "index.js", "typings": "index.d.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/FlorianRappl/parcel-plugin-externals.git" }, "bugs": { "url": "https://github.com/FlorianRappl/parcel-plugin-externals/issues" }, "engines": { "node": ">=8.0.0" }, "keywords": [ "parcel-plugin", "parcel-bundler", "plugin", "bundler", "externals", "bundle", "peer", "dependencies", "optimize" ], "author": "Florian Rappl <mail@florian-rappl.de>", "license": "MIT", "devDependencies": { "parcel-bundler": "1.x" }, "dependencies": {} }