Add webpack config for IntelliJ
This commit is contained in:
@@ -0,0 +1,9 @@
|
|||||||
|
module.exports = {
|
||||||
|
resolve: {
|
||||||
|
// for IntelliJ
|
||||||
|
alias: {
|
||||||
|
'@': path.resolve(__dirname),
|
||||||
|
'~': path.resolve(__dirname)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
};
|
||||||
Reference in New Issue
Block a user