forked from Ivasoft/mattermost-mobile
[Gekidou] Update dependencies (#6305)
* Update dependencies * Fix iOS build * update fastlane
This commit is contained in:
12
test/file_transformer.js
Normal file
12
test/file_transformer.js
Normal file
@@ -0,0 +1,12 @@
|
||||
// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
|
||||
// See LICENSE.txt for license information.
|
||||
|
||||
const path = require('path');
|
||||
|
||||
module.exports = {
|
||||
process(sourceText, sourcePath) {
|
||||
return {
|
||||
code: `module.exports = ${JSON.stringify(path.basename(sourcePath))};`,
|
||||
};
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user