Skip to content

Commit f847124

Browse files
committed
Try removing __dirname config
1 parent 73eb7d2 commit f847124

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

webpack.config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ const path = require('path')
55
const config = {
66
target: 'node',
77
mode: 'none',
8-
node: {
9-
__dirname: false
10-
},
8+
// node: {
9+
// __dirname: false
10+
// },
1111
entry: './src/index.ts',
1212
output: {
1313
path: path.resolve(__dirname, 'out'),

0 commit comments

Comments
 (0)