Skip to content

Commit feed54e

Browse files
committed
updated webpack config
1 parent cb5aef6 commit feed54e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const config = {
88
app: './src/app/index.tsx',
99
background: './src/extension/background.js',
1010
content: './src/extension/contentScript.js',
11-
backend: './dev-reactime/index.ts',
11+
backend: './src/backend/index.ts',
1212
},
1313
output: {
1414
path: path.resolve(__dirname, 'src/extension/build/bundles'),

0 commit comments

Comments
 (0)