diff --git a/.eslintrc.js b/.eslintrc.js index ce64c4f6..15f7df8d 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -125,6 +125,9 @@ module.exports = { '@typescript-eslint/parser': ['.ts', '.tsx'], }, 'import/resolver': { + node: { + extensions: ['.js', '.ts', '.tsx', '.jsx'] // webstorm IDE cannot resolve the webpack.babel.prod.js module correctly without this + }, webpack: { config: './internals/webpack/webpack.prod.babel.js', },