mirror of
https://github.com/mue/mue.git
synced 2026-07-27 02:31:06 +02:00
fix: add missing alias to webpack config
This commit is contained in:
@@ -43,7 +43,8 @@ module.exports = {
|
||||
alias: {
|
||||
components: path.resolve(__dirname, './src/components'),
|
||||
modules: path.resolve(__dirname, './src/modules'),
|
||||
translations: path.resolve(__dirname, './src/translations')
|
||||
translations: path.resolve(__dirname, './src/translations'),
|
||||
scss: path.resolve(__dirname, './src/scss')
|
||||
}
|
||||
},
|
||||
output: {
|
||||
|
||||
Reference in New Issue
Block a user