Skip to content
This repository was archived by the owner on Mar 8, 2026. It is now read-only.

Commit 05261c0

Browse files
committed
Update webpack
1 parent 44c6279 commit 05261c0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

webpack.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ module.exports = {
1111
mode: "development",
1212
entry: "./src/index",
1313
output: {
14-
path: path.resolve(__dirname, '/home/hacker/BrainDriveDev/BrainDrive/backend/plugins/shared/ServiceExample_PluginState/v1.0.0/dist'),
15-
//path: path.resolve(__dirname, 'dist'),
14+
//path: path.resolve(__dirname, '/Your BrainDrive Dir/BrainDrive/backend/plugins/shared/ServiceExample_PluginState/v1.0.0/dist'),
15+
path: path.resolve(__dirname, 'dist'),
1616
publicPath: "auto",
1717
clean: true,
1818
library: {

0 commit comments

Comments
 (0)