![wordpress](https://habrastorage.org/r/w120/webt/5a/e6/87/5ae687d046207979435072.png)
WordPress
41
Вклад в тег
const path = require('path')
module.exports = {
resolve: {
extensions: ['.js', '.json', '.vue', '.ts'],
root: path.resolve(__dirname),
alias: {
'@': path.resolve(__dirname),
'~': path.resolve(__dirname),
},
},
}