1. babel-preset-es2015-without-strict
Babel preset for all es2015 plugins without 'use strict' prepend
babel-preset-es2015-without-strict
Package: babel-preset-es2015-without-strict
Created by: fancyboynet
Last modified: Mon, 13 Jun 2022 04:06:21 GMT
Version: 0.0.4
License: MIT
Downloads: 9,402
Repository: https://github.com/fancyboynet/babel-preset-es2015-without-strict

Install

npm install babel-preset-es2015-without-strict
yarn add babel-preset-es2015-without-strict

babel-preset-es2015-without-strict

Babel preset for all es2015 plugins without 'use strict' prepend.

Install

 $ npm install --save-dev babel-preset-es2015-without-strict

Usage

Via .babelrc (Recommended)

.babelrc

 {
  "presets": ["es2015-without-strict"]
}

Via CLI

 $ babel script.js --presets es2015-without-strict 

Via Node API

 require("babel-core").transform("code", {
  presets: ["es2015-without-strict"]
});

Dependencies

RELATED POST

10 Must-Know Windows Shortcuts That Will Save You Time

10 Must-Know Windows Shortcuts That Will Save You Time

Arrays vs Linked Lists: Which is Better for Memory Management in Data Structures?

Arrays vs Linked Lists: Which is Better for Memory Management in Data Structures?

Navigating AWS Networking: Essential Hacks for Smooth Operation

Navigating AWS Networking: Essential Hacks for Smooth Operation

Achieving Stunning Visuals with Unity's Global Illumination

Achieving Stunning Visuals with Unity's Global Illumination

Nim's Hidden Gems: Lesser-known Features for Writing Efficient Code

Nim's Hidden Gems: Lesser-known Features for Writing Efficient Code