/
dany
/
ReshenijaBotInformationSite
Обзор
Документация
Войти
/
dany
/
ReshenijaBotInformationSite
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
ReshenijaBotInformationSite
/
node_modules
/
babel-loader
/
..
lib
Initial commit
3 года назад
node_modules
Initial commit
3 года назад
CHANGELOG.md
Initial commit
3 года назад
LICENSE
Initial commit
3 года назад
README.md
Initial commit
3 года назад
package.json
Initial commit
3 года назад
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