chore: tsup config setup for scripts and rest-executor

This commit is contained in:
Nishchit Dhanani
2023-05-10 17:44:34 +05:30
parent 2b050f3860
commit 07b9978a9e
6 changed files with 52 additions and 3 deletions

View File

@@ -185,4 +185,10 @@ exports.rules = [
test: /\.(png|svg|jpg|jpeg|gif)$/i,
type: 'asset/resource',
},
{
test: /\.m?js/,
resolve: {
fullySpecified: false,
},
},
];