Closed
Description
Version
Reproduction link
Steps to reproduce
What is expected ?
What is actually happening?
Additional comments?
This module has an implicit dependency on vue-template-compiler
here. All direct dependencies like this should be specified in dependencies
section of package.json. When using nuxt-start
(a serverless) build of nuxt, this dependency is not available.
It is also better to only require build related deps on build:before
nuxt hook to prevent additional overhead when running in production mode.
Metadata
Assignees
Labels
No labels