Skip to content

Commit

Permalink
fix: typo in templates of webpack.config (#504)
Browse files Browse the repository at this point in the history
* fix: typo

* fix: typo also in `templates/`
  • Loading branch information
szymonrybczak authored Feb 19, 2024
1 parent 34efc12 commit b0b8613
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/TesterApp/webpack.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ export default (env) => {
* This loader handles all static assets (images, video, audio and others), so that you can
* use (reference) them inside your application.
*
* If you wan to handle specific asset type manually, filter out the extension
* If you want to handle specific asset type manually, filter out the extension
* from `ASSET_EXTENSIONS`, for example:
* ```
* Repack.ASSET_EXTENSIONS.filter((ext) => ext !== 'svg')
Expand Down
2 changes: 1 addition & 1 deletion templates/webpack.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ module.exports = (env) => {
* This loader handles all static assets (images, video, audio and others), so that you can
* use (reference) them inside your application.
*
* If you wan to handle specific asset type manually, filter out the extension
* If you want to handle specific asset type manually, filter out the extension
* from `ASSET_EXTENSIONS`, for example:
* ```
* Repack.ASSET_EXTENSIONS.filter((ext) => ext !== 'svg')
Expand Down
2 changes: 1 addition & 1 deletion templates/webpack.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ export default (env) => {
* This loader handles all static assets (images, video, audio and others), so that you can
* use (reference) them inside your application.
*
* If you wan to handle specific asset type manually, filter out the extension
* If you want to handle specific asset type manually, filter out the extension
* from `ASSET_EXTENSIONS`, for example:
* ```
* Repack.ASSET_EXTENSIONS.filter((ext) => ext !== 'svg')
Expand Down

0 comments on commit b0b8613

Please sign in to comment.