Skip to content

Instantly share code, notes, and snippets.

@tedpatrick
Created June 21, 2018 16:36
Show Gist options
  • Save tedpatrick/599677eb74ebcbf6fe981771ec0b69bd to your computer and use it in GitHub Desktop.
Save tedpatrick/599677eb74ebcbf6fe981771ec0b69bd to your computer and use it in GitHub Desktop.
Simple config for Vue CLI 3
module.exports = {
productionSourceMap: false,
baseUrl: '/',
outputDir: 'dist',
assetsDir: 'assets',
runtimeCompiler: false,
parallel: true,
css: {
extract: false
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment