You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(package): resolveJsonModule + import from ../package.json (#233)
Import of a json file located outside the src folder result in a
different dist tructure that does match the main/types defined in
package.json
```
dist/
├── package.json
└── src
├── client.d.ts
├── client.js
├── dintero.d.ts
├── dintero.js
├── middleware.d.ts
├── middleware.js
├── types.d.ts
└── types.js
```
> We expect no package.json or src folder in the dist
Rel: Dintero/shopify-service#115
0 commit comments