This prevents the use of Dynamic Imports.
import('foo').then(...)
These will not be allowed because they are not supported in the following browsers:
- Edge < 79
- Safari < 11
- Firefox < 67
- Chrome < 63
This can be safely disabled if you intend to compile with a third party module loader configured to support dynamic imports, such as Rollup or WebPack.