Skip to content

Commit

Permalink
chore: fix typo (#2039)
Browse files Browse the repository at this point in the history
Co-authored-by: brightwu <1521488775@qq.com>
  • Loading branch information
0-v-0 and wre232114 authored Jan 8, 2025
1 parent 5b7bef1 commit 1989a2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/core/src/types/binding.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ export interface OutputConfig {
*/
path?: string;
/**
* resource loading prefix. for example, if publicPath is `https://xxx.cdn.comm`,
* resource loading prefix. for example, if publicPath is `https://xxx.cdn.com`,
* then the url output files in html will be `https://xxx.cdn.com/index_ecad.xxxx.js`
*
* default by `output.targetEnv`, if node, publicPath is `./`, if browser, publicPath is `/`
Expand Down Expand Up @@ -420,7 +420,7 @@ export interface Config {
/**
* Compilation entries
*
* tip: if set to `null` or `undefined`, farm will be remove field
* tip: if the value is `null` or `undefined`, it will be ignored
*/
input?: Record<string, string | undefined | null>;
/**
Expand Down

0 comments on commit 1989a2b

Please sign in to comment.