Skip to content

Commit

Permalink
Merge pull request #862 from buberdds/removePostHtml
Browse files Browse the repository at this point in the history
Use one dependency to inject env variables during build
  • Loading branch information
buberdds authored Jun 15, 2022
2 parents 26a9275 + d511fab commit 05cd709
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 38 deletions.
2 changes: 1 addition & 1 deletion .parcelrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"$schema": "https://raw.githubusercontent.com/lukaw3d/parcel-bundler-json-schemas/main/config_schema.json",
"extends": "@parcel/config-webextension",
"transformers": {
"manifest.json": [
"{index.html,manifest.json}": [
"parcel-transformer-env-variables-injection",
"..."
]
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -146,10 +146,9 @@
"node-plop": "0.26.3",
"nodemon": "2.0.15",
"parcel": "2.6.0",
"parcel-transformer-env-variables-injection": "0.1.0",
"parcel-transformer-env-variables-injection": "0.1.1",
"plop": "2.7.6",
"portable-fetch": "3.0.0",
"posthtml-expressions": "1.9.0",
"prettier": "2.5.1",
"redux-saga-test-plan": "4.0.4",
"rimraf": "3.0.2",
Expand Down
10 changes: 0 additions & 10 deletions posthtml.config.js

This file was deleted.

30 changes: 5 additions & 25 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7869,11 +7869,6 @@ fb-watchman@^2.0.0:
dependencies:
bser "2.1.1"

fclone@^1.0.11:
version "1.0.11"
resolved "https://registry.yarnpkg.com/fclone/-/fclone-1.0.11.tgz#10e85da38bfea7fc599341c296ee1d77266ee640"
integrity sha1-EOhdo4v+p/xZk0HClu4ddyZu5kA=

fd-slicer@~1.1.0:
version "1.1.0"
resolved "https://registry.npmjs.org/fd-slicer/-/fd-slicer-1.1.0.tgz"
Expand Down Expand Up @@ -12239,10 +12234,10 @@ param-case@^2.1.0:
dependencies:
no-case "^2.2.0"

[email protected].0:
version "0.1.0"
resolved "https://registry.yarnpkg.com/parcel-transformer-env-variables-injection/-/parcel-transformer-env-variables-injection-0.1.0.tgz#34ffe1e2b51dcf801e625178252fdb66fb747b60"
integrity sha512-8z+eeeSa9VfqSwZJAjEsvJNi1LDirwtUVtYMZt6Ae/mWeCljT0IV5qRZCnPGAE6JeDmGMiuLMUP35iq5IwEOeA==
[email protected].1:
version "0.1.1"
resolved "https://registry.yarnpkg.com/parcel-transformer-env-variables-injection/-/parcel-transformer-env-variables-injection-0.1.1.tgz#5c87e94f8d4fec4037e2e70dd619072c975dcffc"
integrity sha512-RrsFssa4m4/jpuAabtNvYR+tKq5nA/3tS570/2qDq0mOUknxZzbFQEvgUm94nacWhNqEN2pjmkVjLz8Eejb7qA==

[email protected]:
version "2.6.0"
Expand Down Expand Up @@ -12590,22 +12585,7 @@ postcss@^8.3.11:
picocolors "^1.0.0"
source-map-js "^0.6.2"

[email protected]:
version "1.9.0"
resolved "https://registry.yarnpkg.com/posthtml-expressions/-/posthtml-expressions-1.9.0.tgz#0b00e0e557392f66eb6b88d89cd090789eadd78c"
integrity sha512-jf4BsY2Pw6AoBFQTklOkf+dDhq+kO+R80Dj/plPY/IpZ6sXondzp1O55wJiQK2vIUL4XSAqKdG97wE/j8EH2og==
dependencies:
fclone "^1.0.11"
posthtml-match-helper "^1.0.1"
posthtml-parser "^0.10.0"
posthtml-render "^3.0.0"

posthtml-match-helper@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/posthtml-match-helper/-/posthtml-match-helper-1.0.1.tgz#451253de8e5844a348e963ad5edd7769eb129513"
integrity sha1-RRJT3o5YRKNI6WOtXt13aesSlRM=

posthtml-parser@^0.10.0, posthtml-parser@^0.10.1:
posthtml-parser@^0.10.1:
version "0.10.2"
resolved "https://registry.yarnpkg.com/posthtml-parser/-/posthtml-parser-0.10.2.tgz#df364d7b179f2a6bf0466b56be7b98fd4e97c573"
integrity sha512-PId6zZ/2lyJi9LiKfe+i2xv57oEjJgWbsHGGANwos5AvdQp98i6AtamAl8gzSVFGfQ43Glb5D614cvZf012VKg==
Expand Down

0 comments on commit 05cd709

Please sign in to comment.