mirror of
https://github.com/nuxt/nuxt.git
synced 2024-12-02 18:37:21 +00:00
3348cd6cd5
# 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)
19 lines
311 B
JSON
19 lines
311 B
JSON
{
|
|
"name": "@nuxt/config",
|
|
"version": "2.4.1",
|
|
"repository": "nuxt/nuxt.js",
|
|
"license": "MIT",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"main": "dist/config.js",
|
|
"dependencies": {
|
|
"@nuxt/utils": "2.4.1",
|
|
"consola": "^2.3.2",
|
|
"std-env": "^2.2.1"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|