You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2026-04-26 20:43:22 +02:00
9 lines
228 B
JavaScript
Vendored
9 lines
228 B
JavaScript
Vendored
module.exports = function translationPathSyncPlugin() {
|
|
return {
|
|
name: 'translation-path-sync-plugin',
|
|
getClientModules() {
|
|
return [require.resolve('../src/clientModules/translationPathSync.js')];
|
|
},
|
|
};
|
|
};
|