diff --git a/frontend/webpack.config.js b/frontend/webpack.config.js new file mode 100644 index 0000000..6b209a4 --- /dev/null +++ b/frontend/webpack.config.js @@ -0,0 +1,9 @@ +module.exports = { + resolve: { + // for IntelliJ + alias: { + '@': path.resolve(__dirname), + '~': path.resolve(__dirname) + } + } +};