title | issue | author | author_email | author_github |
---|---|---|---|---|
Fix babel-loader and eslint-loader includes |
NEXT-16458 |
Carl Kittelberger |
icedream@icedream.pw |
icedream |
- Changed the
webpack.config.js
, so that Babel is being used for JavaScript files that are installed via symbolic links (for example via Composer repositories of typepath
). - Changed the
webpack.config.js
, so that ESLint is being used for JavaScript files that are not entrypoints or that are installed via symbolic links.