Vendic / vsf-external-checkout

VueStorefront External Checkout module
MIT License
25 stars 10 forks source link

Compilation error after installation with Yarn #2

Open Tjitse-E opened 5 years ago

Tjitse-E commented 5 years ago
  1. Install the module on VueStorefront 1.8 via Yarn.
  2. Run yarn dev

Compilation error:

./node_modules/vsf-external-checkout-module/index.ts 14:18
Module parse failed: Unexpected token (14:18)
You may need an appropriate loader to handle this file type.
| export const KEY = 'external-checkout'
|
> const moduleConfig: VueStorefrontModuleConfig = {
|   key: KEY,
|   store: {modules: [{key: KEY, module: store}]},
 @ ./src/modules/index.ts 20:0-64 63:4-20
 @ ./core/modules-entry.ts
 @ ./core/app.ts
 @ ./core/server-entry.ts
 @ multi babel-polyfill ./core/server-entry.ts
Tjitse-E commented 5 years ago

This is not yet a feature of Vuestorefront 1.8. More info: https://github.com/DivanteLtd/vue-storefront/issues/2395

Tjitse-E commented 5 years ago

Will be fixed in VueStorefront v1.10 by #2875