Skip to content

Commit 2dd289f

Browse files
committed
fix js tempaltes
Signed-off-by: karthik2804 <[email protected]>
1 parent be9ee99 commit 2dd289f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

templates/http-js/content/webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const config = async () => {
66
return {
77
mode: 'production',
88
stats: 'errors-only',
9-
entry: './src/index.ts',
9+
entry: './src/index.js',
1010
experiments: {
1111
outputModule: true,
1212
},

templates/redis-js/content/webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const config = async () => {
66
return {
77
mode: 'production',
88
stats: 'errors-only',
9-
entry: './src/index.ts',
9+
entry: './src/index.js',
1010
experiments: {
1111
outputModule: true,
1212
},

0 commit comments

Comments
 (0)