mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
improve path resolution by adding '/*' to paths config
This commit is contained in:
@@ -52,7 +52,7 @@ function createSwcConfig({
|
||||
const defaultConfig = {
|
||||
jsc: {
|
||||
baseUrl: process.cwd(),
|
||||
paths: { '/*': ['*'] },
|
||||
paths: { '/*': ['*', '/*'] },
|
||||
parser: {
|
||||
syntax: isTypescriptEnabled ? 'typescript' : 'ecmascript',
|
||||
...(isTsxEnabled && { tsx: true }),
|
||||
|
||||
Reference in New Issue
Block a user