mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-15 09:34:19 +08:00
chore(vue, vue-router): update dev dependencies (#25465)
This commit is contained in:
@ -7,8 +7,8 @@ tsConfig.compilerOptions.module = 'commonjs';
|
||||
module.exports = {
|
||||
process(src, path) {
|
||||
if (path.endsWith('.ts') || path.endsWith('.tsx')) {
|
||||
return tsc.transpile(src, tsConfig.compilerOptions, path, []);
|
||||
return { code: tsc.transpile(src, tsConfig.compilerOptions, path, []) };
|
||||
}
|
||||
return src;
|
||||
return { code: src };
|
||||
},
|
||||
};
|
||||
|
Reference in New Issue
Block a user