How to use the @nuxt/config.NuxtConfig.build function in @nuxt/config

To help you get started, we’ve selected a few @nuxt/config examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github nuxt / nuxt.js / packages / core / src / renderer.js View on Github external
get publicPath() {
    return isUrl(this.options.build.publicPath)
      ? NuxtConfig.build.publicPath
      : this.options.build.publicPath
  }

@nuxt/config

MIT
Latest version published 4 months ago

Package Health Score

91 / 100
Full package analysis

Similar packages