diff options
author | 2023-01-07 01:49:18 +0800 | |
---|---|---|
committer | 2023-01-06 12:49:18 -0500 | |
commit | 49ab4f231c23b34891c3ee86f4b92bf8d6d267a3 (patch) | |
tree | 6e1d8d699be17d2a9cfb13dabd57fdaaf5295a2a /pnpm-lock.yaml | |
parent | 54d87af012e2b7f5176b95f3b23b46c83b5dc6b1 (diff) | |
download | astro-49ab4f231c23b34891c3ee86f4b92bf8d6d267a3.tar.gz astro-49ab4f231c23b34891c3ee86f4b92bf8d6d267a3.tar.zst astro-49ab4f231c23b34891c3ee86f4b92bf8d6d267a3.zip |
Remove proload for config loading (#5778)
* Refactor resolve and load config
* Add changeset
* Update name
* Remove unnecessary node_env handling
* Fix test
* Update comment
Diffstat (limited to 'pnpm-lock.yaml')
-rw-r--r-- | pnpm-lock.yaml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 503231a93..6227a240e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -397,8 +397,6 @@ importers: '@babel/traverse': ^7.18.2 '@babel/types': ^7.18.4 '@playwright/test': ^1.22.2 - '@proload/core': ^0.3.3 - '@proload/plugin-tsm': ^0.2.1 '@types/babel__core': ^7.1.19 '@types/babel__generator': ^7.6.4 '@types/babel__traverse': ^7.17.1 @@ -496,8 +494,6 @@ importers: '@babel/plugin-transform-react-jsx': 7.20.7_@babel+core@7.20.12 '@babel/traverse': 7.20.12 '@babel/types': 7.20.7 - '@proload/core': 0.3.3 - '@proload/plugin-tsm': 0.2.1_@proload+core@0.3.3 '@types/babel__core': 7.1.20 '@types/html-escaper': 3.0.0 '@types/yargs-parser': 21.0.0 |