From b0b8613eab82641e91607e0931eafc2360ff42a2 Mon Sep 17 00:00:00 2001 From: Szymon Rybczak Date: Mon, 19 Feb 2024 11:37:06 +0100 Subject: [PATCH] fix: typo in templates of `webpack.config` (#504) * fix: typo * fix: typo also in `templates/` --- packages/TesterApp/webpack.config.mjs | 2 +- templates/webpack.config.cjs | 2 +- templates/webpack.config.mjs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/TesterApp/webpack.config.mjs b/packages/TesterApp/webpack.config.mjs index 67ff564f6..590867c4a 100644 --- a/packages/TesterApp/webpack.config.mjs +++ b/packages/TesterApp/webpack.config.mjs @@ -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') diff --git a/templates/webpack.config.cjs b/templates/webpack.config.cjs index 6bea0c74e..74ed6ba1e 100644 --- a/templates/webpack.config.cjs +++ b/templates/webpack.config.cjs @@ -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') diff --git a/templates/webpack.config.mjs b/templates/webpack.config.mjs index 27ec8a366..18313bebc 100644 --- a/templates/webpack.config.mjs +++ b/templates/webpack.config.mjs @@ -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')