Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 510 Bytes

2021-07-27-Fix-babel-loader-and-eslint-loader-includes.md

File metadata and controls

10 lines (10 loc) · 510 Bytes
title issue author author_email author_github
Fix babel-loader and eslint-loader includes
NEXT-16458
Carl Kittelberger
icedream@icedream.pw
icedream

Administration

  • 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 type path).
  • 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.