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

@deloitte-digital-au/babel-preset-app

Package Overview
Dependencies
Maintainers
2
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@deloitte-digital-au/babel-preset-app - npm Package Versions

2

3.0.0

Diff

Changelog

Source

3.0.0

  • Upgraded to core js 3

🚨 @babel/polyfill has been deprecated in favor of directly including core-js/stable (to polyfill ECMAScript features) and regenerator-runtime/runtime (needed to use transpiled generator functions). These should be installed at the project level.

import "core-js/stable";
import "regenerator-runtime/runtime";
jennasalau
published 2.0.6 •

Changelog

Source

2.0.6

  • Fixed issue with 'Duplicate declaration' babel error with nested async functions when running tests
  • Disabled webpack stats report by default
jennasalau
published 2.0.6-alpha.0 •

jennasalau
published 2.0.5 •

Changelog

Source

2.0.5

  • Webpack Analyzer plugin now only runs on production builds to speed up development #91
  • Core js has been explicitly set at v2 for Babel to stop console warnings #90
jennasalau
published 2.0.4 •

Changelog

Source

2.0.4

  • Upgraded Babel from 7.3 to 7.4
  • Fixed issue with css url loader option #79
  • Changed webpack-serve for webpack-dev-server

Breaking Changes

Please update your "start" script to use webpack-dev-server

- "start": "webpack-serve --config webpack.config.js --open",
+ "start": "webpack-dev-server --config webpack.config.js --open",
jennasalau
published 2.0.1 •

Changelog

Source

2.0.1

  • Fixed issue with babel targets in test mode
jennasalau
published 2.0.0 •

Changelog

Source

2.0.0

  • Added File loader #26
  • Disabled source maps by default for perfomance benifits
  • CSS loader now uses default for url option #79
  • Fixes issue when running in testing environments #29
  • Upgraded mini-css-extract-lugin ^0.5.0 -> ^0.6.0
keeganstreet
published 1.5.0 •

Changelog

Source

1.5.0

  • Update babel monorepo to v7.2.0
  • Update dependency babel-plugin-transform-react-remove-prop-types to v0.4.21
  • Update dependency css-loader to v2
  • Update dependency mini-css-extract-plugin to ^0.5.0
keeganstreet
published 1.3.0 •

Changelog

Source

1.3.0

  • Update babel monorepo to v7.1.6
  • Update dependency babel-plugin-transform-react-remove-prop-types to v0.4.20
  • Update dependency webpack-bundle-analyzer to v3
  • Update dependency wait-on to v3
keeganstreet
published 1.2.0 •

Changelog

Source

1.2.0

  • Update babel monorepo to v7.0.0
  • Update dependency style-loader to ^0.23.0
2
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