/react-jsxtransformer-maven-plugin

ReactJS JSX transformer maven plugin

Primary LanguageJava

Apply the plugin to the maven pom.

<plugin>
    <groupId>uk.co.codezen</groupId>
    <artifactId>react-jsxtransformer-maven-plugin</artifactId>
    <version>1.0.1</version>

    <executions>
        <execution>
            <goals>
                <goal>compile</goal>
            </goals>
        </execution>
    </executions>
</plugin>