Skip to content

Commit

Permalink
docs: fix typo of publicAssetURL
Browse files Browse the repository at this point in the history
  • Loading branch information
camerondubas committed Oct 16, 2023
1 parent dfe4bc3 commit 4d80e6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/webpack/src/options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ export interface Options {
// filename: `mychunk.[chunkhash].js`,
// chunkFilename: `mychunk.[chunkhash].js`,
// },
// publicOutputPath: "https://cdn/",
// },
// publicAssetURL: "https://cdn/",
//
// The above example will result in CDN URLs like "https://cdn/mychunk.123.js".
//
Expand Down

0 comments on commit 4d80e6b

Please sign in to comment.