Results 1 comments of Artyom Anatolьevich

Another solution to the problem, add to `webpack.config.js` ```js node: { fs: "empty" } ``` For nuxt2, add to `nuxt.config.js` ```js build: { extend (config, context) { if (context.isClient) {...