Skip to content

Commit 088e13d

Browse files
committed
build: update webpack config
1 parent 0a5344e commit 088e13d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

webpack.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ module.exports = {
77
mode: "development",
88
entry: "./src/index",
99
output: {
10-
// path: path.resolve(__dirname, 'dist'),
11-
path: path.resolve(__dirname, 'C:\\Users\\beck\\Documents\\GitHub\\brain_drive\\BrainDrive\\backend\\plugins\\shared\\BrainDriveChatWithDocs\\v1.0.3\\dist'),
10+
path: path.resolve(__dirname, 'dist'),
11+
// path: path.resolve(__dirname, 'C:\\Users\\beck\\Documents\\GitHub\\brain_drive\\BrainDrive\\backend\\plugins\\shared\\BrainDriveChatWithDocs\\v1.0.3\\dist'),
1212
publicPath: "auto",
1313
clean: true,
1414
library: {

0 commit comments

Comments
 (0)