neutrinojs / neutrino

Create and build modern JavaScript projects with zero initial configuration.
https://neutrinojs.org
Mozilla Public License 2.0
3.95k stars 213 forks source link

Allow using @neutrinojs/react-components output directly in the browser #1425

Closed ribosradagast closed 8 months ago

ribosradagast commented 5 years ago

Bug or issue? Bug

Please try to answer the following questions:

import React from 'react';

function ComponentName() {
return (
<div> stuff</div>
);
}
export default ComponentName;