This website requires JavaScript.
Explore
Help
Register
Sign In
Zengtudor
/
Nuxt
Watch
1
Star
0
Fork
0
You've already forked Nuxt
mirror of
https://github.com/nuxt/nuxt.git
synced
2024-11-05 21:53:56 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
0f104aa588
Nuxt
/
test
/
fixtures
/
missing-style-resource
/
nuxt.config.js
8 lines
94 B
JavaScript
Raw
Normal View
History
Unescape
Escape
fix: check styleResources for existence (#4155)
2018-10-25 10:55:05 +00:00
export
default
{
feat: improve SSR bundle (#4439) - Better insights and inspection for server bundle - Remove all vue related dependencies from vue-renderer package as much as possible to reduce install size of nuxt-start - Support for single file distributions (serverless) - Remove server-bundle.json and use the standard .js files for dist/server - Mitigate CALL_AND_RETRY_LAST Allocation failed errors. Most of the cases happen on JSON.parse() the part when loading bundle. (#4225, #3465, #1728, #1601, #1481) - Reduce server dist size by removing escape characters caused by JSON serialize - Faster dev reloads and production start by removing extra JSON.serialize/JSON.parse time - Less memory usage - General performance improvements and refactors
2018-12-01 10:13:28 +00:00
build
:
{
styleResources
:
{
'stylus'
:
'./nothinghere'
}
fix: check styleResources for existence (#4155)
2018-10-25 10:55:05 +00:00
}
}
Reference in New Issue
Copy Permalink