Add webpack config for IntelliJ
This commit is contained in:
parent
56b05a7131
commit
7f88f5371d
9
frontend/webpack.config.js
Normal file
9
frontend/webpack.config.js
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
module.exports = {
|
||||||
|
resolve: {
|
||||||
|
// for IntelliJ
|
||||||
|
alias: {
|
||||||
|
'@': path.resolve(__dirname),
|
||||||
|
'~': path.resolve(__dirname)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
};
|
||||||
Loading…
x
Reference in New Issue
Block a user