Skip to content

Commit

Permalink
omg it works
Browse files Browse the repository at this point in the history
  • Loading branch information
vinceau committed Nov 13, 2023
1 parent e334307 commit 77fecdc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
12 changes: 6 additions & 6 deletions config/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -331,12 +331,12 @@ module.exports = function (webpackEnv) {
],
include: paths.appSrc,
},
// {
// test: /\.messages.ts$/,
// // Reference the loader by the same name
// // that you aliased in "resolveLoader.alias" below.
// use: ["translations-loader"],
// },
{
test: /\.messages.ts$/,
// Reference the loader by the same name
// that you aliased in "resolveLoader.alias" below.
use: ["translations-loader"],
},
{
// "oneOf" will traverse all following loaders until one will
// match the requirements. When no loader matches it will fall
Expand Down
1 change: 1 addition & 0 deletions src/i18next.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
declare module "i18next";

0 comments on commit 77fecdc

Please sign in to comment.