Newer
Older
const path = require('path')
module.exports = {
webpack: (config) => {
config.resolve.alias['@'] = path.resolve(__dirname)
return config
}
}
const path = require('path')
module.exports = {
webpack: (config) => {
config.resolve.alias['@'] = path.resolve(__dirname)
return config
}
}
Open Source Technology Co., Ltd. powered by GitLab