]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
docs: remove transpile instructions
authorEduardo San Martin Morote <posva13@gmail.com>
Wed, 31 Mar 2021 14:11:36 +0000 (16:11 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Wed, 31 Mar 2021 14:11:36 +0000 (16:11 +0200)
docs/ssr/nuxt.md

index 7b31696335742fce57fd6045c0d42e27fb6705e8..d90de4e962ffe04a685a7a854069e9c174b5b2e8 100644 (file)
@@ -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'],
-  },
 }
 ```