mirror of
https://github.com/cincheo/jsweet.git
synced 2025-12-15 07:19:22 +00:00
no transpilation for core
This commit is contained in:
parent
b08c686a77
commit
0a782017b0
@ -54,30 +54,6 @@
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
||||
<plugin>
|
||||
<groupId>org.jsweet</groupId>
|
||||
<artifactId>jsweet-maven-plugin</artifactId>
|
||||
<version>2.0.0-SNAPSHOT</version>
|
||||
<configuration>
|
||||
<verbose>true</verbose>
|
||||
<bundle>true</bundle>
|
||||
<tsOut>src/main/resources/META-INF/resources/typings/${project.artifactId}/${project.version}</tsOut>
|
||||
<targetVersion>ES5</targetVersion>
|
||||
<excludes>
|
||||
<exclude>**jsweet/util/function/**</exclude>
|
||||
</excludes>
|
||||
</configuration>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>generate-js</id>
|
||||
<phase>generate-sources</phase>
|
||||
<goals>
|
||||
<goal>jsweet</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
|
||||
<plugin>
|
||||
<artifactId>maven-antrun-plugin</artifactId>
|
||||
<version>1.8</version>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user