Socket
Socket
Sign inDemoInstall

babel-loader

Package Overview
Dependencies
129
Maintainers
5
Versions
77
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
Previous1
46
8Next

7.0.0-alpha.1

Diff

danez
published 6.3.2 •

Changelog

Source

v6.3.2

😢 Regression

  • forceEnv was interfering with regular environment handling
danez
published 6.3.1 •

Changelog

Source

v6.3.1

🐛 Bug Fix

  • The new forceEnv options wasn't working as expected (#379) @chrisvasz
danez
published 6.3.0 •

Changelog

Source

v6.3.0

🚀 New Feature

  • Add new config option forceEnv (#368) @moimael

Allow to override BABEL_ENV/NODE_ENV at loader-level. Useful for isomorphic applications which have separate babel config for client and server.

🐛 Bug Fix

  • Update loader-utils dependency to ^0.2.16 to fix compatibility with webpack 2 (#371) @leonaves

💅 Polish

  • Improve FS caching to do less sync calls which improves performance slightly (#375) @akx
danez
published 6.2.10 •

Changelog

Source

v6.2.10

Support for webpack 2.2-rc has been added in this release

🐛 Bug Fix

  • If cache directory not writable, try to fallback to tmpdir before failing
danez
published 6.2.9 •

Changelog

Source

v6.2.9

😢 Regression

Source maps on windows did not work correctly with v6.2.8. Thanks @josephst

🏠 Internal

  • Add AppVeyor to run tests on windows @danez
  • Fix tests on windows (#343) @danez
danez
published 6.2.8 •

Changelog

Source

v6.2.8

🐛 Bug Fix

  • gzipped files should have .gz as the extension, not .gzip (#326) @bjornstar
  • fix options.sourceFileName gennerate bug (#260) @creeperyang

📝 Documentation

  • Update README docs for cacheDirectory's actual behaviour (#245) @sohkai
  • updates docs re: transform-runtime (#197) @gbrassey

🏠 Internal

  • Use eslint and nyc (#321) @danez
  • Adjust travis config (#320) @danez
  • Use babel to compile babel-loader (#319) @danez
hzoo
published 6.2.7 •

Changelog

Source

v6.2.7

😢 Regression

Fallback to os.tmpdir() if no cachedir found (#318) (fixes #317) @danez

Fixes an issue with v6.2.6 when using babel-loader as a global package.

hzoo
published 6.2.6 •

Changelog

Source

v6.2.6

🐛 Bug Fix

  • Use standard cache dir as default cacheDirectory (#301) @fson

Use the common cache directory, ./node_modules/.cache/babel-loader, as the default cache directory (when the cacheDirectory setting is enabled).

query: {
  cacheDirectory: true
}
hzoo
published 6.2.5 •

Changelog

Source

v6.2.5

  • Don't show the call stack for a Babel error (such as when you have a syntax error)
<img width="415" alt="screenshot 2016-08-15 15 24 37" src="https://cloud.githubusercontent.com/assets/30594/17664401/727ba098-62fc-11e6-9f12-42da0cf47f14.png">
  • resolve the .babelrc relative to the file path rather than the cwd (current working directory).
  • fix: more concise formatting for Babel errors (#287) (Andrey Popp)
  • fix(resolve-rc): resolve-rc relative file path (#253) (Luke Page)
  • add babel-core and preset-2015 to dev dependencies (#273) (timse)
  • chore(docs): add issue and pr templates (#280) (Joshua Wiens)
  • chore(docs): fix badge formatting (Joshua Wiens)
  • chore(ci): expand travis testing (#278) (Joshua Wiens)
  • Update README: add env vars to cacheIdentifier (#267) (Dominik Ferber)
  • add npm badge [skip ci] (Henry Zhu)
  • update [skip ci] (Henry Zhu)
  • remove jsx references as well [skip ci] (Henry Zhu)
  • Save the transform to devDependencies (Ray Booysen)
  • Remove 'react' preset (Jake Rios)
  • Removed babel-preset-react from README.md (Ben Stephenson)
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc