/
lostSun
/
project-client-server-apps
Обзор
Документация
Войти
/
lostSun
/
project-client-server-apps
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
project-client-server-apps
/
node_modules
/
babel-loader
/
..
lib
initial commit
год назад
node_modules
initial commit
год назад
CHANGELOG.md
initial commit
год назад
LICENSE
initial commit
год назад
README.md
initial commit
год назад
package.json
initial commit
год назад
Options
Troubleshooting
babel-loader is slow!
Some files in my nodemodules are not transpiled for IE 11
Babel is injecting helpers into each file and bloating my code!
NOTE: transform-runtime & custom polyfills (e.g. Promise library)
The Node.js API for `babel` has been moved to `babel-core`.
Exclude libraries that should not be transpiled
Top level function (IIFE) is still arrow (on Webpack 5)
Customize config based on webpack target
Customized Loader
Example
`customOptions(options: Object): { custom: Object, loader: Object }`
`config(cfg: PartialConfig): Object`
`result(result: Result): Result`
License
README.md