Created
May 18, 2020 20:05
-
-
Save keepitsimple/9fbf01ccc59aff2e71b08a4cc8a2de9e to your computer and use it in GitHub Desktop.
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
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