feat: use logo from config settings, retheme with @edx/brand

This commit is contained in:
Adam Stankiewicz
2020-11-20 11:20:50 -05:00
committed by GitHub
parent 726aff9f8d
commit ae014d2f24
18 changed files with 9154 additions and 5566 deletions

View File

@@ -7,4 +7,9 @@ module.exports = createConfig('webpack-dev', {
path: path.resolve(__dirname, 'example/dist'),
publicPath: '/',
},
resolve: {
alias: {
'@edx/frontend-component-header': path.resolve(__dirname, 'src'),
},
},
});