Subscribe on changes!

I can't import InjectionKey from 'vue'

avatar
Apr 11th 2022

Version

3.2.31

Reproduction link

sfc.vuejs.org/

Steps to reproduce

import { InjectionKey } from 'vue';

What is expected?

no error

What is actually happening?

Uncaught SyntaxError: The requested module '/node_modules/.vite/vue.js?v=9867d2f6' does not provide an export named 'InjectionKey'


vite 2.8.4

avatar
Apr 11th 2022

I had the same problem

avatar
Apr 11th 2022

import type { InjectionKey } from 'vue'; finished

avatar
Sep 6th 2022

也不可以....

avatar
Jan 5th 2023

this seems to be related to "tree shaking". any idea how to prevent it?