forked from cerc-io/laconic-console
Fix webpack config for non-workspace repo
This commit is contained in:
parent
5df8740c55
commit
b82e553001
@ -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')
|
||||
}
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user