Skip to content

Commit

Permalink
⚙️ Chore(webpack,index.ts)!: prepare package for npm publish
Browse files Browse the repository at this point in the history
  • Loading branch information
INeedJobToStartWork committed Feb 10, 2024
1 parent bf9b0ed commit d62277c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions config/webpack/webpack.prod.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ export default merge(webpackBaseConfig, {
{
from: resolve(__dirname, "package.json"),
to: PATHOUT
},
{
from: resolve(__dirname, "README.md"),
to: PATHOUT
}
]
})
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export { myErrorCatcher as MyErrorCatcher, myErrorWrapper as MyErrorWrapper } from "@/utils";
export { myErrorCatcher, myErrorHandler, myErrorWrapper } from "@/utils";

Check failure on line 1 in src/index.ts

View workflow job for this annotation

GitHub Actions / Continuous-Integration

Module '"@/utils"' has no exported member 'myErrorHandler'.

Check failure on line 1 in src/index.ts

View workflow job for this annotation

GitHub Actions / Continuous-Integration

Module '"@/utils"' has no exported member 'myErrorWrapper'.
export type { TErrorReturn, TFunctionReturn, TMyError, TDataReturn, TMyErrorList, TMyHandler } from "@/utils/types";

0 comments on commit d62277c

Please sign in to comment.