chatty-pub/front/vue.config.js
كارل مبارك 374620645c initial commit
2021-06-26 13:12:56 +02:00

10 lines
128 B
JavaScript

module.exports = {
configureWebpack: {
resolve: {
alias: {
moment: 'moment/src/moment'
}
}
},
}