Created
November 25, 2018 10:47
-
-
Save xpepermint/0c2dec6f25ca9b55fc7e6a8d80f906d0 to your computer and use it in GitHub Desktop.
Fix for: [nuxt] Error while initializing app ReferenceError: exports is not defined
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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