Skip to content

Commit

Permalink
Updated rollup config
Browse files Browse the repository at this point in the history
  • Loading branch information
salmenus committed May 11, 2024
1 parent 37132a0 commit 10b8df7
Show file tree
Hide file tree
Showing 14 changed files with 27 additions and 27 deletions.
4 changes: 2 additions & 2 deletions packages/css/themes/package.tpl.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version": "0.0.0-latest",
"license": "SEE LICENSE IN ROOT LICENSE FILE",
"scripts": {
"build": "rollup --config rollup.config.ts --configPlugin 'typescript={moduleResolution: \"bundler\"}' --resolveJsonModule",
"watch": "rollup --config rollup.config.ts --configPlugin 'typescript={moduleResolution: \"bundler\"}' --resolveJsonModule --watch"
"build": "rollup --config rollup.config.ts --configPlugin 'typescript={moduleResolution: \"bundler\"}'",
"watch": "rollup --config rollup.config.ts --configPlugin 'typescript={moduleResolution: \"bundler\"}' --watch"
},
"dependencies": {},
"peerDependencies": {},
Expand Down
4 changes: 2 additions & 2 deletions packages/extra/highlighter/package.tpl.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version": "0.0.0-latest",
"license": "SEE LICENSE IN ROOT LICENSE FILE",
"scripts": {
"build": "rollup --config rollup.config.ts --configPlugin 'typescript={moduleResolution: \"bundler\"}' --resolveJsonModule",
"watch": "rollup --config rollup.config.ts --configPlugin 'typescript={moduleResolution: \"bundler\"}' --resolveJsonModule --watch"
"build": "rollup --config rollup.config.ts --configPlugin 'typescript={moduleResolution: \"bundler\"}'",
"watch": "rollup --config rollup.config.ts --configPlugin 'typescript={moduleResolution: \"bundler\"}' --watch"
},
"dependencies": {
"@nlux/core": "{versions.nlux}",
Expand Down
4 changes: 2 additions & 2 deletions packages/extra/markdown/package.tpl.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version": "0.0.0-latest",
"license": "SEE LICENSE IN ROOT LICENSE FILE",
"scripts": {
"build": "rollup --config rollup.config.ts --configPlugin 'typescript={moduleResolution: \"bundler\"}' --resolveJsonModule",
"watch": "rollup --config rollup.config.ts --configPlugin 'typescript={moduleResolution: \"bundler\"}' --resolveJsonModule --watch"
"build": "rollup --config rollup.config.ts --configPlugin 'typescript={moduleResolution: \"bundler\"}'",
"watch": "rollup --config rollup.config.ts --configPlugin 'typescript={moduleResolution: \"bundler\"}' --watch"
},
"dependencies": {},
"peerDependencies": {},
Expand Down
4 changes: 2 additions & 2 deletions packages/js/core/package.tpl.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version": "0.0.0-latest",
"license": "SEE LICENSE IN ROOT LICENSE FILE",
"scripts": {
"build": "rollup --config rollup.config.ts --configPlugin 'typescript={moduleResolution: \"bundler\"}' --resolveJsonModule",
"watch": "rollup --config rollup.config.ts --configPlugin 'typescript={moduleResolution: \"bundler\"}' --resolveJsonModule --watch"
"build": "rollup --config rollup.config.ts --configPlugin 'typescript={moduleResolution: \"bundler\"}'",
"watch": "rollup --config rollup.config.ts --configPlugin 'typescript={moduleResolution: \"bundler\"}' --watch"
},
"dependencies": {},
"peerDependencies": {},
Expand Down
4 changes: 2 additions & 2 deletions packages/js/hf/package.tpl.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version": "0.0.0-latest",
"license": "SEE LICENSE IN ROOT LICENSE FILE",
"scripts": {
"build": "rollup --config rollup.config.ts --configPlugin 'typescript={moduleResolution: \"bundler\"}' --resolveJsonModule",
"watch": "rollup --config rollup.config.ts --configPlugin 'typescript={moduleResolution: \"bundler\"}' --resolveJsonModule --watch"
"build": "rollup --config rollup.config.ts --configPlugin 'typescript={moduleResolution: \"bundler\"}'",
"watch": "rollup --config rollup.config.ts --configPlugin 'typescript={moduleResolution: \"bundler\"}' --watch"
},
"dependencies": {
"@nlux/core": "{versions.nlux}",
Expand Down
4 changes: 2 additions & 2 deletions packages/js/langchain/package.tpl.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version": "0.0.0-latest",
"license": "SEE LICENSE IN ROOT LICENSE FILE",
"scripts": {
"build": "rollup --config rollup.config.ts --configPlugin 'typescript={moduleResolution: \"bundler\"}' --resolveJsonModule",
"watch": "rollup --config rollup.config.ts --configPlugin 'typescript={moduleResolution: \"bundler\"}' --resolveJsonModule --watch"
"build": "rollup --config rollup.config.ts --configPlugin 'typescript={moduleResolution: \"bundler\"}'",
"watch": "rollup --config rollup.config.ts --configPlugin 'typescript={moduleResolution: \"bundler\"}' --watch"
},
"dependencies": {
"@nlux/core": "{versions.nlux}"
Expand Down
4 changes: 2 additions & 2 deletions packages/js/nlbridge/package.tpl.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version": "0.0.0-latest",
"license": "SEE LICENSE IN ROOT LICENSE FILE",
"scripts": {
"build": "rollup --config rollup.config.ts --configPlugin 'typescript={moduleResolution: \"bundler\"}' --resolveJsonModule",
"watch": "rollup --config rollup.config.ts --configPlugin 'typescript={moduleResolution: \"bundler\"}' --resolveJsonModule --watch"
"build": "rollup --config rollup.config.ts --configPlugin 'typescript={moduleResolution: \"bundler\"}'",
"watch": "rollup --config rollup.config.ts --configPlugin 'typescript={moduleResolution: \"bundler\"}' --watch"
},
"dependencies": {
"@nlux/core": "{versions.nlux}"
Expand Down
4 changes: 2 additions & 2 deletions packages/js/openai/package.tpl.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version": "0.0.0-latest",
"license": "SEE LICENSE IN ROOT LICENSE FILE",
"scripts": {
"build": "rollup --config rollup.config.ts --configPlugin 'typescript={moduleResolution: \"bundler\"}' --resolveJsonModule",
"watch": "rollup --config rollup.config.ts --configPlugin 'typescript={moduleResolution: \"bundler\"}' --resolveJsonModule --watch"
"build": "rollup --config rollup.config.ts --configPlugin 'typescript={moduleResolution: \"bundler\"}'",
"watch": "rollup --config rollup.config.ts --configPlugin 'typescript={moduleResolution: \"bundler\"}' --watch"
},
"dependencies": {
"@nlux/core": "{versions.nlux}",
Expand Down
4 changes: 2 additions & 2 deletions packages/react/core/package.tpl.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version": "0.0.0-latest",
"license": "SEE LICENSE IN ROOT LICENSE FILE",
"scripts": {
"build": "rollup --config rollup.config.ts --configPlugin 'typescript={moduleResolution: \"bundler\"}' --resolveJsonModule",
"watch": "rollup --config rollup.config.ts --configPlugin 'typescript={moduleResolution: \"bundler\"}' --resolveJsonModule --watch"
"build": "rollup --config rollup.config.ts --configPlugin 'typescript={moduleResolution: \"bundler\"}'",
"watch": "rollup --config rollup.config.ts --configPlugin 'typescript={moduleResolution: \"bundler\"}' --watch"
},
"dependencies": {
"@nlux/core": "{versions.nlux}"
Expand Down
4 changes: 2 additions & 2 deletions packages/react/hf/package.tpl.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version": "0.0.0-latest",
"license": "SEE LICENSE IN ROOT LICENSE FILE",
"scripts": {
"build": "rollup --config rollup.config.ts --configPlugin 'typescript={moduleResolution: \"bundler\"}' --resolveJsonModule",
"watch": "rollup --config rollup.config.ts --configPlugin 'typescript={moduleResolution: \"bundler\"}' --resolveJsonModule --watch"
"build": "rollup --config rollup.config.ts --configPlugin 'typescript={moduleResolution: \"bundler\"}'",
"watch": "rollup --config rollup.config.ts --configPlugin 'typescript={moduleResolution: \"bundler\"}' --watch"
},
"dependencies": {
"@nlux/hf": "{versions.nlux}"
Expand Down
4 changes: 2 additions & 2 deletions packages/react/langchain/package.tpl.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version": "0.0.0-latest",
"license": "SEE LICENSE IN ROOT LICENSE FILE",
"scripts": {
"build": "rollup --config rollup.config.ts --configPlugin 'typescript={moduleResolution: \"bundler\"}' --resolveJsonModule",
"watch": "rollup --config rollup.config.ts --configPlugin 'typescript={moduleResolution: \"bundler\"}' --resolveJsonModule --watch"
"build": "rollup --config rollup.config.ts --configPlugin 'typescript={moduleResolution: \"bundler\"}'",
"watch": "rollup --config rollup.config.ts --configPlugin 'typescript={moduleResolution: \"bundler\"}' --watch"
},
"dependencies": {},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/react/nlbridge/package.tpl.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version": "0.0.0-latest",
"license": "SEE LICENSE IN ROOT LICENSE FILE",
"scripts": {
"build": "rollup --config rollup.config.ts --configPlugin 'typescript={moduleResolution: \"bundler\"}' --resolveJsonModule",
"watch": "rollup --config rollup.config.ts --configPlugin 'typescript={moduleResolution: \"bundler\"}' --resolveJsonModule --watch"
"build": "rollup --config rollup.config.ts --configPlugin 'typescript={moduleResolution: \"bundler\"}'",
"watch": "rollup --config rollup.config.ts --configPlugin 'typescript={moduleResolution: \"bundler\"}' --watch"
},
"dependencies": {},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/react/openai/package.tpl.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version": "0.0.0-latest",
"license": "SEE LICENSE IN ROOT LICENSE FILE",
"scripts": {
"build": "rollup --config rollup.config.ts --configPlugin 'typescript={moduleResolution: \"bundler\"}' --resolveJsonModule",
"watch": "rollup --config rollup.config.ts --configPlugin 'typescript={moduleResolution: \"bundler\"}' --resolveJsonModule --watch"
"build": "rollup --config rollup.config.ts --configPlugin 'typescript={moduleResolution: \"bundler\"}'",
"watch": "rollup --config rollup.config.ts --configPlugin 'typescript={moduleResolution: \"bundler\"}' --watch"
},
"dependencies": {
"@nlux/openai": "{versions.nlux}"
Expand Down
2 changes: 1 addition & 1 deletion samples/emulator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": "Salmen Hichri",
"license": "MPL-2.0",
"scripts": {
"build": "rollup --config rollup.config.ts --configPlugin 'typescript={moduleResolution: \"bundler\"}' --resolveJsonModule"
"build": "rollup --config rollup.config.ts --configPlugin 'typescript={moduleResolution: \"bundler\"}'"
},
"dependencies": {
"react": "^18.2.0",
Expand Down

0 comments on commit 10b8df7

Please sign in to comment.