We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be9ee99 commit 2dd289fCopy full SHA for 2dd289f
templates/http-js/content/webpack.config.js
@@ -6,7 +6,7 @@ const config = async () => {
6
return {
7
mode: 'production',
8
stats: 'errors-only',
9
- entry: './src/index.ts',
+ entry: './src/index.js',
10
experiments: {
11
outputModule: true,
12
},
templates/redis-js/content/webpack.config.js
0 commit comments