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 2ebe3c1 commit 074bfa4Copy full SHA for 074bfa4
webpack.config.js
@@ -16,7 +16,7 @@ module.exports = {
16
mainFields: ['svelte', 'browser', 'module', 'main']
17
},
18
output: {
19
- path: __dirname + '/public',
+ path: path.join(__dirname, '/public'),
20
filename: '[name].js',
21
chunkFilename: '[name].[id].js'
22
0 commit comments