Skip to content

Instantly share code, notes, and snippets.

@xpepermint
Created November 25, 2018 10:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xpepermint/0c2dec6f25ca9b55fc7e6a8d80f906d0 to your computer and use it in GitHub Desktop.
Save xpepermint/0c2dec6f25ca9b55fc7e6a8d80f906d0 to your computer and use it in GitHub Desktop.
Fix for: [nuxt] Error while initializing app ReferenceError: exports is not defined
export default {
build: {
extend(config, { isDev }) {
if (isDev) config.resolve.symlinks = false
},
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment