Skip to content

Instantly share code, notes, and snippets.

@njwest
Created March 9, 2019 10:03
Show Gist options
  • Save njwest/93922d4eddb9f440b57f0c68c209c1b9 to your computer and use it in GitHub Desktop.
Save njwest/93922d4eddb9f440b57f0c68c209c1b9 to your computer and use it in GitHub Desktop.
const path = require('path');
module.exports = {
publicPath: './',
lintOnSave: false,
runtimeCompiler: true,
devServer: {
stdin: true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment