mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-20 12:37:01 +02:00
refactor(v2): simplify code by removing wip i18n & translation (#1431)
* refactor(v2): remove i18n & versioning + cleaner code * totally remove i18n and versioning from plugin
This commit is contained in:
parent
0813920349
commit
373d17ee72
123 changed files with 170 additions and 4162 deletions
|
@ -15,7 +15,7 @@ module.exports = {
|
|||
moduleNameMapper: {
|
||||
'^@lib/(.*)$': '<rootDir>/packages/docusaurus/lib/$1',
|
||||
},
|
||||
testPathIgnorePatterns: ['/node_modules/', '__fixtures__'],
|
||||
testPathIgnorePatterns: ['loadSetup.js', '/node_modules/', '__fixtures__'],
|
||||
transform: {
|
||||
'^.+\\.js$': '<rootDir>/jest.transform.js',
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue