chore(ui-toolkit,react-helpers,utils,tailwindcss-config): add more build targets (#3518)
This commit is contained in:
parent
4d5b7cf5e7
commit
5995df8e68
@ -1,4 +1,4 @@
|
|||||||
{
|
{
|
||||||
"name": "@vegaprotocol/react-helpers",
|
"name": "@vegaprotocol/react-helpers",
|
||||||
"version": "0.2.0"
|
"version": "0.2.1"
|
||||||
}
|
}
|
||||||
|
@ -16,6 +16,7 @@
|
|||||||
"external": ["react/jsx-runtime"],
|
"external": ["react/jsx-runtime"],
|
||||||
"rollupConfig": "@nrwl/react/plugins/bundle-rollup",
|
"rollupConfig": "@nrwl/react/plugins/bundle-rollup",
|
||||||
"compiler": "babel",
|
"compiler": "babel",
|
||||||
|
"format": ["esm", "cjs"],
|
||||||
"assets": [
|
"assets": [
|
||||||
{
|
{
|
||||||
"glob": "libs/react-helpers/README.md",
|
"glob": "libs/react-helpers/README.md",
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{
|
{
|
||||||
"name": "@vegaprotocol/tailwindcss-config",
|
"name": "@vegaprotocol/tailwindcss-config",
|
||||||
"version": "0.0.1"
|
"version": "0.0.2"
|
||||||
}
|
}
|
||||||
|
@ -6,6 +6,7 @@
|
|||||||
"build": {
|
"build": {
|
||||||
"executor": "@nrwl/js:tsc",
|
"executor": "@nrwl/js:tsc",
|
||||||
"outputs": ["{options.outputPath}"],
|
"outputs": ["{options.outputPath}"],
|
||||||
|
"format": ["esm", "cjs"],
|
||||||
"options": {
|
"options": {
|
||||||
"outputPath": "dist/libs/tailwindcss-config",
|
"outputPath": "dist/libs/tailwindcss-config",
|
||||||
"main": "libs/tailwindcss-config/src/index.js",
|
"main": "libs/tailwindcss-config/src/index.js",
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{
|
{
|
||||||
"name": "@vegaprotocol/ui-toolkit",
|
"name": "@vegaprotocol/ui-toolkit",
|
||||||
"version": "0.11.0"
|
"version": "0.11.1"
|
||||||
}
|
}
|
||||||
|
@ -16,6 +16,7 @@
|
|||||||
"external": ["react/jsx-runtime"],
|
"external": ["react/jsx-runtime"],
|
||||||
"rollupConfig": "@nrwl/react/plugins/bundle-rollup",
|
"rollupConfig": "@nrwl/react/plugins/bundle-rollup",
|
||||||
"compiler": "babel",
|
"compiler": "babel",
|
||||||
|
"format": ["esm", "cjs"],
|
||||||
"assets": [
|
"assets": [
|
||||||
{
|
{
|
||||||
"glob": "libs/ui-toolkit/README.md",
|
"glob": "libs/ui-toolkit/README.md",
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"name": "@vegaprotocol/utils",
|
"name": "@vegaprotocol/utils",
|
||||||
"version": "0.0.1",
|
"version": "0.0.2",
|
||||||
"type": "commonjs"
|
"type": "commonjs"
|
||||||
}
|
}
|
||||||
|
@ -6,6 +6,7 @@
|
|||||||
"build": {
|
"build": {
|
||||||
"executor": "@nrwl/js:tsc",
|
"executor": "@nrwl/js:tsc",
|
||||||
"outputs": ["{options.outputPath}"],
|
"outputs": ["{options.outputPath}"],
|
||||||
|
"format": ["esm", "cjs"],
|
||||||
"options": {
|
"options": {
|
||||||
"outputPath": "dist/libs/utils",
|
"outputPath": "dist/libs/utils",
|
||||||
"main": "libs/utils/src/index.ts",
|
"main": "libs/utils/src/index.ts",
|
||||||
|
Loading…
Reference in New Issue
Block a user