From 22714ba1e5db44592e8db1702f40be65b6e07ae2 Mon Sep 17 00:00:00 2001 From: Eduardo San Martin Morote Date: Wed, 31 Mar 2021 16:11:36 +0200 Subject: [PATCH] docs: remove transpile instructions --- docs/ssr/nuxt.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/docs/ssr/nuxt.md b/docs/ssr/nuxt.md index 7b316963..d90de4e9 100644 --- a/docs/ssr/nuxt.md +++ b/docs/ssr/nuxt.md @@ -19,13 +19,6 @@ We supply a _module_ to handle everything for you, you only need to add it to `b export default { // ... other options buildModules: ['@nuxtjs/composition-api', 'pinia/nuxt'], - - // there is currently a unresolved bug that requires you to add - // `pinia` to `build.transpile` to make it work in production: - // https://github.com/nuxt-community/composition-api/issues/415 - build: { - transpile: ['pinia'], - }, } ``` -- 2.47.3