parcel-plugin-pug icon indicating copy to clipboard operation
parcel-plugin-pug copied to clipboard

Pug template support for Parcel bundler

Results 10 parcel-plugin-pug issues
Sort by recently updated
recently updated
newest added

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.0.11 to 4.1.2. Changelog *Sourced from [handlebars's changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md).* > ## v4.1.2 - April 13th, 2019 > Chore/Test: > - [#1515](https://github-redirect.dependabot.com/wycats/handlebars.js/pull/1515) - Port over linting and test for...

dependencies

Bumps [safer-eval](https://github.com/commenthol/safer-eval) from 1.2.3 to 1.3.3. Commits - [`d3167c8`](https://github.com/commenthol/safer-eval/commit/d3167c8cb863dbd373381a563a9045c2a07c6799) 1.3.3 - [`ba69286`](https://github.com/commenthol/safer-eval/commit/ba692863fe7062085b62669525d405257a16f486) Merge pull request [#5](https://github-redirect.dependabot.com/commenthol/safer-eval/issues/5) from commenthol/warning - [`8255b8a`](https://github.com/commenthol/safer-eval/commit/8255b8a99b86864560fd1a9a8f6f3b953352bd30) docu: Add warning on infinite loop - [`ad2e7d3`](https://github.com/commenthol/safer-eval/commit/ad2e7d3e45c7cfccde428a214893b4b5168c2c5a) chore: deprecate...

dependencies

Bumps [parcel-bundler](https://github.com/parcel-bundler/parcel) from 1.6.2 to 1.10.0. Changelog *Sourced from [parcel-bundler's changelog](https://github.com/parcel-bundler/parcel/blob/master/CHANGELOG.md).* > ## [1.10.0] - 2018-09-25 > > ### Added > > - Babel 7 support [Details](https://github-redirect.dependabot.com/parcel-bundler/parcel/pull/1955) > - HTML...

dependencies

Bumps [sshpk](https://github.com/joyent/node-sshpk) from 1.13.1 to 1.16.1. Release notes *Sourced from [sshpk's releases](https://github.com/joyent/node-sshpk/releases).* > ## v1.16.1 > * Fixes for [#60](https://github-redirect.dependabot.com/joyent/node-sshpk/issues/60) (correctly encoding certificates with expiry dates >=2050), [#62](https://github-redirect.dependabot.com/joyent/node-sshpk/issues/62) (accepting PKCS#8...

dependencies

Bumps [command-exists](https://github.com/mathisonian/command-exists) from 1.2.2 to 1.2.8. Commits - [`5e33ffd`](https://github.com/mathisonian/command-exists/commit/5e33ffd3a029bc993a2ac044ae687399d70e72b6) 1.2.8 - [`ae8e78e`](https://github.com/mathisonian/command-exists/commit/ae8e78e23be1dfdead2a88e1de120b67290b327d) Merge pull request [#21](https://github-redirect.dependabot.com/mathisonian/command-exists/issues/21) from mandel59/fix-path-for-windows - [`4af96dc`](https://github.com/mathisonian/command-exists/commit/4af96dcd11aea504ff5f83130960d38d0a43724e) check if there is a forbidden character in commandName -...

dependencies

Bumps [fstream](https://github.com/npm/fstream) from 1.0.11 to 1.0.12. Commits - [`4235459`](https://github.com/npm/fstream/commit/42354590e23bb514eb5c869eea64406be2947c6c) 1.0.12 - [`6a77d2f`](https://github.com/npm/fstream/commit/6a77d2fa6e1462693cf8e46f930da96ec1b0bb22) Clobber a Link if it's in the way of a File - See full diff in [compare view](https://github.com/npm/fstream/compare/v1.0.11...v1.0.12)...

dependencies

Bumps [tar](https://github.com/npm/node-tar) from 2.2.1 to 2.2.2. Commits - [`523c5c7`](https://github.com/npm/node-tar/commit/523c5c7fef48b10811fccd12b42803c61b6aead8) 2.2.2 - [`7ecef07`](https://github.com/npm/node-tar/commit/7ecef07da6a9e72cc0c4d0c9c6a8e85b6b52395d) Bump fstream to fix hardlink overwriting vulnerability - [`9fc84b9`](https://github.com/npm/node-tar/commit/9fc84b9c596c3589d4c1ab050843de0eafb002e8) Use {} for hardlink tracking instead of [] -...

dependencies

How do I pass locals? I'd really like to pass in data to keep my jade dry. 🤘

I have a home page that includes a `nav.pug` NavBar template, and in that `nav.pug` I got some anchor link to my other pages. But the funny thing is ParcelJS...

bug

Parcel-plugin-pug is really handy to use. However, when it comes to production, something inconvenient come out. Here is the pug project: ``` . project ├── bin │   └── build ├──...

enhancement