remove-strict-webpack-plugin
Version:
Removes "use strict" from transpiled es6->es5 code
24 lines (23 loc) • 471 B
JSON
{
"name": "remove-strict-webpack-plugin",
"version": "0.1.2",
"description": "Removes \"use strict\" from transpiled es6->es5 code",
"main": "index.js",
"author": {
"name": "Hendry Sadrak",
"url": "https://www.hendrysadrak.com"
},
"repository": "hendrysadrak/remove-strict-webpack-plugin",
"keywords": [
"webpack",
"plugin",
"use strict"
],
"license": "MIT",
"files": [
"index.js"
],
"engines": {
"node": ">=6"
}
}