Skip to content

Commit 074bfa4

Browse files
committed
Eslint no-path-concat fix
1 parent 2ebe3c1 commit 074bfa4

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
@@ -16,7 +16,7 @@ module.exports = {
1616
mainFields: ['svelte', 'browser', 'module', 'main']
1717
},
1818
output: {
19-
path: __dirname + '/public',
19+
path: path.join(__dirname, '/public'),
2020
filename: '[name].js',
2121
chunkFilename: '[name].[id].js'
2222
},

0 commit comments

Comments
 (0)