Skip to content

Commit

Permalink
fix(esbuild): under the environment of esm will be `throw new Error('…
Browse files Browse the repository at this point in the history
…Dynamic require of "' + x + '" is not supported');`

> Dependency location error, move all devDependencies to dependencies(sveltejs/kit#6440 (comment))
  • Loading branch information
condorheroblog committed Nov 10, 2022
1 parent a840645 commit e12e81d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@
"build": "tsup",
"build:watch": "tsup --watch"
},
"devDependencies": {
"dependencies": {
"cac": "^6.7.14",
"fast-glob": "^3.2.12",
"gray-matter": "^4.0.3",
"reading-time": "^1.5.0",
Expand Down

0 comments on commit e12e81d

Please sign in to comment.