NOTE
For the most up-to-date loader go to react-trim.
Installation
npm i react-trim -S
webpack.config.js
test: /\.jsv$/ include: pathsappSrc use: loader: "babel-loader" options: // This is a feature of `babel-loader` for webpack (not Babel itself). // It enables caching results in ./node_modules/.cache/babel-loader/ // directory for faster rebuilds. cacheDirectory: true loader: "react-trim/loader/view" options: modules: "es6"