babel-loader

v9.2.1
babel module loader for webpack
webpack loader babel es6 transpiler module

clean

node ./scripts/rimraf.mjs lib

build

babel src/ --out-dir lib/ --copy-files

format

prettier --write --trailing-comma all 'src/**/*.js' 'test/**/*.test.js' 'test/helpers/*.js' && prettier --write --trailing-comma es5 'scripts/*.js'

lint

eslint src test

precommit

lint-staged

prepublish

yarn run clean && yarn run build

preversion

yarn run test

test

yarn run lint && yarn run build --source-maps && c8 yarn run test-only

test-only

ava
npm i babel-loader

Metadata

  • MIT
  • >= 14.15.0
  • Unknown
  • released 9/16/2024

Downloads