change directory for almada and requrie,js

This commit is contained in:
grafixeyehero 2019-11-06 19:25:24 +03:00
parent 651a53d64a
commit af2b49ac30
2 changed files with 2 additions and 2 deletions

View file

@ -23,7 +23,7 @@ module.exports = {
Assets.map(asset => {
return {
from: path.resolve(__dirname, `./node_modules/${asset}`),
to: path.resolve(__dirname, './dist/bower_components')
to: path.resolve(__dirname, './dist/libraries')
};
})
)