File tree 3 files changed +0
-3
lines changed
src/Resources/app/administration
3 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,6 @@ export default {
37
37
38
38
moduleNameMapper : {
39
39
'^SwagPayPal(.*)$' : '<rootDir>/src$1' ,
40
- '^SwagPayPal/static/(.*)$' : '<rootDir>/static/$1' ,
41
40
'^src(.*)$' : `${ process . env . ADMIN_PATH } /src$1` ,
42
41
'^@shopware-ag/meteor-admin-sdk/es/(.*)' : `${ process . env . ADMIN_PATH } /node_modules/@shopware-ag/meteor-admin-sdk/umd/$1` ,
43
42
'^@shopware-ag/meteor-component-library$' : `${ process . env . ADMIN_PATH } /node_modules/@shopware-ag/meteor-component-library/dist/common/index.js` ,
Original file line number Diff line number Diff line change 1
1
export default {
2
2
resolve : {
3
3
alias : {
4
- 'SwagPayPal/static' : `${ __dirname } /../static` ,
5
4
SwagPayPal : __dirname ,
6
5
} ,
7
6
} ,
Original file line number Diff line number Diff line change 22
22
"strictNullChecks" : true ,
23
23
24
24
"paths" : {
25
- "SwagPayPal/static/*" : [" ./static/*" ],
26
25
"SwagPayPal/*" : [" ./src/*" ],
27
26
"src/*" : [
28
27
" ./../../../../../../../src/Administration/Resources/app/administration/src/*"
You can’t perform that action at this time.
0 commit comments