hbp-react-ui
Version:
A library of useful user-interface components built with React and MobX
13 lines (12 loc) • 413 B
Plain Text
{
"presets": [
"es2015", // [ "es2015", { "modules": false } ], // webpack understands the native import syntax, and uses it for tree shaking
"react" // Transpile React components to JavaScript
],
"plugins": [
"transform-decorators-legacy",
"transform-class-properties" // This order is important: last-to-first
],
"sourceMaps": true,
"retainLines": true
}