-
Updated
Mar 29, 2018 - JavaScript
#
parcel-plugin
Here are 64 public repositories matching this topic...
-
Updated
Mar 15, 2020 - TypeScript
A Parcel plugin for generating a service worker that precaches resources.
-
Updated
Apr 14, 2020 - JavaScript
Parcel plugin to inline CSS and JS code in your HTML file.
-
Updated
Mar 15, 2020 - JavaScript
-
Updated
Mar 15, 2020 - JavaScript
-
Updated
Jun 16, 2020 - JavaScript
Parcel support for nunjucks templates
-
Updated
Jun 10, 2020 - JavaScript
-
Updated
May 14, 2020 - JavaScript
Open
Parcel v2
3
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
-
Updated
Jan 15, 2020 - JavaScript
This is a package a parcel plugin which delete the last bundled files before compile.
-
Updated
Aug 12, 2018 - JavaScript
Copy static assets to your bundle dir
-
Updated
Jun 6, 2020 - JavaScript
Parcel plugin to wipe dist directory before compiling a new bundle
-
Updated
Apr 7, 2020 - JavaScript
-
Updated
Mar 24, 2020 - JavaScript
A build tool that generates a Web App Manifest, creates all necessary icons, and more!
-
Updated
May 21, 2020 - JavaScript
parcel 的文件处理插件 \ Jump parcel bundler in html & Replace html string & Copy files at parcel builded
-
Updated
Jul 17, 2019 - JavaScript
Set absolute URL for og:image meta tags.
-
Updated
Mar 20, 2020 - JavaScript
A parcel plugin to compile your Surplus JSX views
-
Updated
Jun 3, 2019 - JavaScript
Output parcel's json files as urls, rather than bundled strings
-
Updated
Jan 2, 2019 - JavaScript
-
Updated
Feb 13, 2018 - JavaScript
Parcel plugin for bundle-time code generation. Simple, powerful, and flexible. 📦
-
Updated
Mar 20, 2020 - JavaScript
ParcelJS (parcel-bundler) plugin that adds OS notifications after builds finish
-
Updated
Mar 15, 2020 - JavaScript
-
Updated
Apr 19, 2020 - JavaScript
A plugin for parcel to convert css/less/scss images url into base64.
-
Updated
Mar 17, 2020 - JavaScript
Parcel plugin to generate static builds of React applications
-
Updated
Feb 27, 2019 - JavaScript
A simple demostration on ParcelJS bundler in javascript application
-
Updated
Apr 27, 2020 - JavaScript
Importing CSS files as a string to javascript
-
Updated
May 11, 2020 - JavaScript
-
Updated
Jul 18, 2019 - JavaScript
Improve this page
Add a description, image, and links to the parcel-plugin topic page so that developers can more easily learn about it.
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."
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