1.1.0 • Published 5 years ago

babel-preset-objective v1.1.0

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
5 years ago

Babel Objective Preset

Babel preset for Objective Solutions' Projects

This is for Babel 7 ONLY, but can easily be adapted into Babel 6 if you look at the source...

Heres whats included in this preset:

"@babel/plugin-proposal-class-properties": "^7.1.0",

"@babel/plugin-proposal-decorators": "^7.1.6",

"@babel/plugin-proposal-do-expressions": "^7.0.0",

"@babel/plugin-proposal-export-default-from": "^7.0.0",

"@babel/plugin-proposal-export-namespace-from": "^7.0.0",

"@babel/plugin-proposal-function-bind": "^7.0.0",

"@babel/plugin-proposal-function-sent": "^7.1.0",

"@babel/plugin-proposal-json-strings": "^7.0.0",

"@babel/plugin-proposal-logical-assignment-operators": "^7.0.0",

"@babel/plugin-proposal-nullish-coalescing-operator": "^7.0.0",

"@babel/plugin-proposal-numeric-separator": "^7.0.0",

"@babel/plugin-proposal-optional-chaining": "^7.0.0",

"@babel/plugin-proposal-pipeline-operator": "^7.0.0",

"@babel/plugin-proposal-throw-expressions": "^7.0.0",

"@babel/plugin-syntax-dynamic-import": "^7.0.0",

"@babel/plugin-syntax-import-meta": "^7.0.0",

"@babel/plugin-transform-jscript": "^7.0.0",

"@babel/plugin-transform-member-expression-literals": "^7.0.0",

"@babel/plugin-transform-property-literals": "^7.0.0",

"@babel/plugin-transform-property-mutators": "^7.1.0",

"@babel/preset-env": "^7.1.6",

"@babel/preset-flow": "^7.0.0",

"@babel/preset-react": "^7.0.0"