Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@mapbox/batfish

Package Overview
Dependencies
Maintainers
28
Versions
83
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mapbox/batfish - npm Package Versions

1
9

1.6.0

Diff

Changelog

Source

1.6.0

  • Add: Add sitemap option, allowing user to turn off sitemap generation.
  • Fix: Improve error messages when front matter parsing fails.
davidtheclark
published 1.5.1 •

Changelog

Source

1.5.1

  • Remove webpack-chunk-hash dependency. Recent versions of Webpack do not require this module for deterministic filename hashing.
davidtheclark
published 1.5.0 •

Changelog

Source

1.5.0

  • Add: Add staticHtmlInlineDeferCss option.
davidtheclark
published 1.4.0 •

Changelog

Source

1.4.0

  • Add: Add webpackStaticStubReactComponent option.
  • Add: Use Webpack's node option in the client config to stub core Node libraries, resulting in fewer errors buried in users' dependencies.
davidtheclark
published 1.3.0 •

Changelog

Source

1.3.0

  • Add: Add devBrowserslist option. This will change the browser support of your development (not production) build.
  • Add: Add -b, --browsers option for batfish start.
  • Add: browserslist and devBrowserslist affect babel-preset-env, not just Autoprefixer.
davidtheclark
published 1.2.0 •

Changelog

Source

1.2.0

  • Add: Include babel-plugin-transform-object-rest-spread by default.
  • Add: Add manageScrollRestoration option.
  • Add: Add experimental spa option. This option might suffer breaking changes on any release until it's no longer "experimental".
davidtheclark
published 1.1.0 •

Changelog

Source

1.1.0

  • Add: -i, --include option to batfish start command, and corresponding includePages configuration option, which allows you to speed up your development build by only building the specified pages.
  • Add: batfish write-bablerc command (batfish.writeBabelrc in Node API), which writes a .babelrc file that you can use to tell other process, like a test runner, how to interpret your source files.
  • Add: Add babelInclude option.
  • Fix: Fix bug that could cause builds with unnamed dynamic imports to fail with a cryptic error about a hash-based filename that is too long.
  • Fix: Actually exclude node_modules from Babel compilation, as intended and documented. Warning: this fix makes the functionality fit the documented public API, but if you were accidentally relying on a node_module being accidentally compiled, this could break your build. You'll want to use the new babelInclude option to indicate those node_modules that need to be compiled.
  • Fix: Tweak default babelExclude value to ensure it excludes nested node_modules directories.
  • Chore: Remove json-loader, which Webpack no longer needs to import JSON.
  • Chore: Allow babel-loader to use its default cache location (node_modules/.cache/babel-loader).
davidtheclark
published 1.1.0-rc.0 •

davidtheclark
published 1.0.4 •

Changelog

Source

1.0.4

  • Fix: Fix bug causing build to fail if you used npm link (or yarn link), with a message about failing to find Babel plugins.
davidtheclark
published 1.0.3 •

Changelog

Source

1.0.3

  • Upgrade dependencies. There should not be any user-faces changes, just behind-the-scenes improvements.
SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc