Skip to content

Commit

Permalink
Remove now unused config loader
Browse files Browse the repository at this point in the history
  • Loading branch information
tajo committed Jun 12, 2022
1 parent ff731f5 commit bc0edae
Showing 2 changed files with 0 additions and 94 deletions.
1 change: 0 additions & 1 deletion packages/ladle/build-cjs.js
Original file line number Diff line number Diff line change
@@ -41,7 +41,6 @@ filesWithDirname.forEach((file) => {
fs.writeFile(
file,
content
.replace("load-user-vite-config.cjs", "load-user-vite-config.js")
.replace(
`const __dirname = (0, _path.dirname)((0, _url.fileURLToPath)(import.meta.url));`,
"",
93 changes: 0 additions & 93 deletions packages/ladle/lib/cli/load-user-vite-config.js

This file was deleted.

0 comments on commit bc0edae

Please sign in to comment.