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 cb5aef6 commit feed54eCopy full SHA for feed54e
webpack.config.js
@@ -8,7 +8,7 @@ const config = {
8
app: './src/app/index.tsx',
9
background: './src/extension/background.js',
10
content: './src/extension/contentScript.js',
11
- backend: './dev-reactime/index.ts',
+ backend: './src/backend/index.ts',
12
},
13
output: {
14
path: path.resolve(__dirname, 'src/extension/build/bundles'),
0 commit comments