mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-12 03:38:07 +00:00
# Bugfixes * Handle `async` components correctly when using `nuxt-ts` (PR #4886) * Fix `extractCSS` in `dev` mode (PR #4888) * Correctly apply class when using `linkPrefetchedClass` (PR #4893)
18 lines
294 B
JSON
18 lines
294 B
JSON
{
|
|
"name": "@nuxt/utils",
|
|
"version": "2.4.1",
|
|
"repository": "nuxt/nuxt.js",
|
|
"license": "MIT",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"main": "dist/utils.js",
|
|
"dependencies": {
|
|
"consola": "^2.3.2",
|
|
"serialize-javascript": "^1.6.1"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|