Package Exports
- @fabrix/spool-cart-countries
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@fabrix/spool-cart-countries) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
spool-cart-countries
Cart Countries (Shipping Zone and Taxes) has the default supported countries with relatively updated state/province taxes.
Install
$ npm install --save @fabrix/spool-cart-countriesConfigure
// config/main.ts
export const main = {
spools: [
// ... other spools
require('@fabrix/spool-cart-countries').CartCountriesSpool
]
}