mirror of https://github.com/embarklabs/embark.git
1225cb14e8
When making use of the `useBuiltIns: 'usage'` option for @babel/preset-env (which is the case for all transpiled packages in Embark's monorepo) a package needs to have both @babel/runtime-corejs3 and core-js@3 specified as dependencies. |
||
---|---|---|
.. | ||
src | ||
test | ||
.npmrc | ||
CHANGELOG.md | ||
README.md | ||
package.json | ||
tsconfig.json | ||
tslint.json |
README.md
embark-compiler
Embark compiler module
Abstracts the compiler interface and exposes a plugin api to register contract extensions and how to handle them. It accepts command requests to compile and returns the aggregated compilation result.
API
command: compiler:contracts
arguments:
contractFiles
-options
-