Skip to content

Commit

Permalink
all projects as ESM module
Browse files Browse the repository at this point in the history
  • Loading branch information
tbouffard committed Oct 13, 2023
1 parent 55a4de4 commit 2877c70
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions projects/lit-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "maxgraph-ts-example-integrating-in-lit",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build --base ./",
Expand Down
1 change: 1 addition & 0 deletions projects/parcel-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "maxgraph-ts-example-built-with-parcel",
"private": true,
"type": "module",
"scripts": {
"dev": "parcel index.html",
"build": "tsc && parcel build --public-url ./ index.html"
Expand Down
1 change: 1 addition & 0 deletions projects/rollup-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "maxgraph-ts-example-built-with-rollup",
"private": true,
"type": "module",
"scripts": {
"build": "npm-run-all --sequential build:*",
"build:bundle": "tsc && rollup -c",
Expand Down
File renamed without changes.
1 change: 1 addition & 0 deletions projects/vitejs-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "maxgraph-ts-example-built-with-vite",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build --base ./",
Expand Down

0 comments on commit 2877c70

Please sign in to comment.