noot
This commit is contained in:
parent
53f46934e8
commit
7cc1c4ab72
@ -22,7 +22,10 @@
|
||||
"linter": {
|
||||
"enabled": true,
|
||||
"rules": {
|
||||
"recommended": true
|
||||
"recommended": true,
|
||||
"suspicious": {
|
||||
"noExplicitAny": "off"
|
||||
}
|
||||
}
|
||||
},
|
||||
"javascript": {
|
||||
|
||||
@ -127,7 +127,7 @@ export class WorkerCommand extends Command {
|
||||
webpackConfigHook: (config) => {
|
||||
if (!config.resolve) config.resolve = {}
|
||||
if (!config.resolve.alias) config.resolve.alias = {}
|
||||
config.resolve!.alias = {
|
||||
config.resolve.alias = {
|
||||
'#': path.resolve(process.cwd(), 'src/'),
|
||||
...config.resolve!.alias,
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user