Skip to content

Commit 7fac747

Browse files
chore: remove unused features
1 parent 192be27 commit 7fac747

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

babel.config.js

+1-7
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,6 @@ module.exports = {
1919
'@babel/plugin-transform-react-inline-elements',
2020
'react-html-attrs',
2121
'transform-class-properties',
22-
[
23-
'i18next-extract', {
24-
locales: ['ja', 'en'],
25-
outputPath: './src/locales/{{locale}}.json',
26-
},
27-
],
2822
],
29-
ignore: ['node_modules', 'build', 'distDev', 'distProd'],
23+
ignore: ['node_modules', 'dist'],
3024
};

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@
6060
"@types/node": "^14.0.19",
6161
"@typescript-eslint/eslint-plugin": "^3.6.0",
6262
"@typescript-eslint/parser": "^3.6.0",
63-
"babel-plugin-i18next-extract": "^0.7.2",
6463
"babel-plugin-react-html-attrs": "^3.0.4",
6564
"babel-plugin-transform-class-properties": "^6.24.1",
6665
"copy-webpack-plugin": "^6.0.3",

0 commit comments

Comments
 (0)