Sven SAULEAU b445b79734 Refactor move docs (#8108) vor 6 Jahren
..
src a4795408b4 Allow plugins to assert that a specific babel version has loaded the plugin. (#7450) vor 6 Jahren
test 8659e1a88c Remove old expected.{js,json} files (#7187) vor 6 Jahren
.npmignore 7a1ccf076c Misc (#5545) vor 7 Jahren
README.md b445b79734 Refactor move docs (#8108) vor 6 Jahren
package.json 90566103a6 v7.0.0-beta.49 vor 6 Jahren

README.md

@babel/plugin-transform-strict-mode

This plugin places a 'use strict'; directive at the top of all files to enable strict mode

See our website @babel/plugin-transform-strict-mode for more information.

Install

Using npm:

npm install --save @babel/plugin-transform-strict-mode

or using yarn:

yarn add --save @babel/plugin-transform-strict-mode