Skip to content

Instantly share code, notes, and snippets.

@keepitsimple
Created May 18, 2020 20:05
Show Gist options
  • Save keepitsimple/9fbf01ccc59aff2e71b08a4cc8a2de9e to your computer and use it in GitHub Desktop.
Save keepitsimple/9fbf01ccc59aff2e71b08a4cc8a2de9e to your computer and use it in GitHub Desktop.
const path = require('path')
module.exports = {
eslint: {
enable: false
},
webpack: {
alias: {
src: path.resolve(__dirname, 'src/')
},
configure: {
resolve: {
symlinks: false
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment