UNPKG

nwb

Version:

A toolkit for React, Preact & Inferno apps, React libraries and other npm modules for the web, with no configuration (until you need it)

7 lines (6 loc) 164 B
"use strict"; module.exports = function () { return { plugins: [require.resolve('@babel/plugin-syntax-jsx'), require.resolve('babel-plugin-inferno')] }; };