Skip to content

Commit

Permalink
fix bug with detecting imports
Browse files Browse the repository at this point in the history
  • Loading branch information
lue-bird committed Nov 22, 2023
1 parent 29abae4 commit b70ee3d
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 343 deletions.
3 changes: 2 additions & 1 deletion example/elm-watch.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@
],
"output": "build/main.js"
}
}
},
"serve": "./../"
}
336 changes: 4 additions & 332 deletions example/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"elm-codegen": "^0.3.0",
"elm-optimize-level-2": "^0.3.4",
"elm-tooling": "1.12.0",
"elm-watch": "^1.1.2",
"elm-watch": "^1.2.0-beta.4",
"esbuild": "0.15.18",
"run-pty": "4.0.3",
"uglify-js": "3.17.4"
}
}
}
Loading

0 comments on commit b70ee3d

Please sign in to comment.