mirror of
https://github.com/fluencelabs/aqua.git
synced 2025-07-31 05:41:56 +00:00
feat(build): Implement custom bundle task (#894)
* Add link settings * fix * Rename to api-dist-js * Correct import * Update CI * Implement bundleJS * Add comments * Add TODO * Fix import * Fix workflow --------- Co-authored-by: Artsiom Shamsutdzinau <shamsartem@gmail.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { AquaConfig, Aqua, Call, Input, Path } from "./api-dist-js/main.js";
|
||||
import { AquaConfig, Aqua, Call, Input, Path } from "./aqua-api.js";
|
||||
|
||||
function getConfig({
|
||||
constants = [],
|
||||
|
@@ -7,7 +7,7 @@
|
||||
"files": [
|
||||
"index.js",
|
||||
"index.d.ts",
|
||||
"api-dist-js/main.js",
|
||||
"aqua-api.js",
|
||||
"meta-utils.js"
|
||||
],
|
||||
"prettier": {},
|
||||
|
Reference in New Issue
Block a user