Files
big-agi/webpack.config.js
T
Enrico Ros cd60c6cc27 Highlight Code blocks
Using prismjs, we add coloring of source code blocks, which
translates in 12k of additional code. But the eyes and mind
are so happy.
2023-03-19 00:53:52 -07:00

8 lines
146 B
JavaScript

module.exports = {
// added this for mui icons (and we're using Joy)
resolve: {
alias: {
'@mui/material': '@mui/joy',
},
},
};