Skip to content
#

parcel-plugin

Here are 64 public repositories matching this topic...

maximal
maximal commented Oct 30, 2019

Is this plugin compatible with Parcel v2 beta?

I tried every combination of:

{
	"peerDependencies": {
		"jquery": "*",
		"jquery.js": "*",
		"bootstrap": "*"
	},
	"externals": [
		"jquery => jQuery",
		"jQuery => jquery",
		"jquery => require('jquery')",
		"jQuery => require('jquery')",
		"jQuery => require('node_modules/jquery/dist/jquery.js')",
		"jquery => require('node
nwa2018
nwa2018 commented Jun 27, 2018
"babel-eslint": "^8.2.5",
"eslint": "^5.0.1",
"eslint-config-standard": "^11.0.0",
"eslint-friendly-formatter": "^4.0.1",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.8.0",
"eslint-plugin-standard": "^3.1.0",
"parcel-plugin-eslint": "^1.0.4"

this is my package.json,when I run parcel ./index.js,I'am bl

Improve this page

Add a description, image, and links to the parcel-plugin topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the parcel-plugin topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.