You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import packageJson from '../package.json' assert { type: 'json' }
错误提示如下:
[vite] Internal server error: This experimental syntax requires enabling one of the following parser plugin(s): "importAttributes", "importAssertions". (4:42)
Plugin: enhance-log
The text was updated successfully, but these errors were encountered:
当我的 Ts 代码中有如下引用
import packageJson from '../package.json' assert { type: 'json' }
错误提示如下:
[vite] Internal server error: This experimental syntax requires enabling one of the following parser plugin(s): "importAttributes", "importAssertions". (4:42)
Plugin: enhance-log
The text was updated successfully, but these errors were encountered: