Home

Issue: 1203

Webpack config problem with moltin js sdk

[issue link]

I got kind of a same error… I try to implement moltin in my demo project and even with this it keeps telling me that dependencie fs isnt install … any help ? There is no other way but trought npm to install the v2 sdk

build: {
    extend (config, { isDev, isClient }) {
      node: {
        fs: 'empty'
      }
    },
    vendor: ['axios']
  }

image

This question is available on Nuxt.js community (#c1062)