Skip to content
Permalink
Tree: 9b0622c896
Find file Copy path
Find file Copy path
Fetching contributors…
Cannot retrieve contributors at this time
10 lines (10 sloc) 177 Bytes
const path = require('path')
module.exports = {
resolve: {
// for WebStorm
alias: {
'@': path.resolve(__dirname),
'~': path.resolve(__dirname)
}
}
}
You can’t perform that action at this time.