Skip to content

Commit f0c26b9

Browse files
authored
fix: @W-17910486 babel error during single component preview (#349)
1 parent 7bce531 commit f0c26b9

File tree

3 files changed

+331
-237
lines changed

3 files changed

+331
-237
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ EXAMPLES
201201
$ sf lightning dev app --target-org myOrg --device-type ios --device-id "iPhone 15 Pro Max"
202202
```
203203

204-
_See code: [src/commands/lightning/dev/app.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/3.2.4/src/commands/lightning/dev/app.ts)_
204+
_See code: [src/commands/lightning/dev/app.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/3.2.5-alpha.0/src/commands/lightning/dev/app.ts)_
205205

206206
## `sf lightning dev component`
207207

@@ -246,7 +246,7 @@ EXAMPLES
246246
$ sf lightning dev component --name myComponent
247247
```
248248

249-
_See code: [src/commands/lightning/dev/component.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/3.2.4/src/commands/lightning/dev/component.ts)_
249+
_See code: [src/commands/lightning/dev/component.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/3.2.5-alpha.0/src/commands/lightning/dev/component.ts)_
250250

251251
## `sf lightning dev site`
252252

@@ -300,6 +300,6 @@ EXAMPLES
300300
$ sf lightning dev site --name "Partner Central" --target-org myOrg --get-latest
301301
```
302302

303-
_See code: [src/commands/lightning/dev/site.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/3.2.4/src/commands/lightning/dev/site.ts)_
303+
_See code: [src/commands/lightning/dev/site.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/3.2.5-alpha.0/src/commands/lightning/dev/site.ts)_
304304

305305
<!-- commandsstop -->

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "@salesforce/plugin-lightning-dev",
33
"description": "Lightning development tools for LEX, Mobile, and Experience Sites",
4-
"version": "3.2.4",
4+
"version": "3.2.5-alpha.0",
55
"author": "Salesforce",
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"dependencies": {
88
"@inquirer/prompts": "^5.3.8",
99
"@inquirer/select": "^2.4.7",
1010
"@lwc/lwc-dev-server": "~11.5.0",
1111
"@lwc/sfdc-lwc-compiler": "~11.5.0",
12-
"@lwrjs/api": "0.16.9",
12+
"@lwrjs/api": "0.16.10",
1313
"@oclif/core": "^4.1.0",
1414
"@salesforce/core": "^8.6.2",
1515
"@salesforce/kit": "^3.1.6",

0 commit comments

Comments
 (0)