babel-plugin-transform-remove-strict-mode
babel-plugin-transform-remove-strict-mode copied to clipboard
remove strict mode for babel transform
Results
1
babel-plugin-transform-remove-strict-mode issues
Sort by
recently updated
recently updated
newest added
``` > ls -a . .. loose.js > cat loose.js var foo = 'bar'; delete foo; > yarn add babel-cli babel-plugin-transform-remove-strict-mode (packages get installed) > babel --plugins transform-remove-strict-mode loose.js SyntaxError:...