Fix webpack config for non-workspace repo

This commit is contained in:
David Boreham 2023-03-21 09:41:03 -06:00
parent 5df8740c55
commit b82e553001

View File

@ -110,13 +110,6 @@ module.exports = {
use: 'yaml-loader'
}
]
},
}
resolve: {
alias: {
'@material-ui/styles': path.resolve(__dirname, '..', '..', 'node_modules/@material-ui/styles'),
'react': path.resolve(__dirname, '..', '..', 'node_modules/react'),
'react-dom': path.resolve(__dirname, '..', '..', 'node_modules/react-dom')
}
}
};