Skip to content

Commit 88c3d96

Browse files
committed
fix: Path for browser-dist folder
1 parent 62d9536 commit 88c3d96

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
@@ -4,7 +4,7 @@ module.exports = {
44
context: __dirname,
55
entry: './browser',
66
output: {
7-
path: path.join(__dirname, '/browser-dist'),
7+
path: path.join(__dirname, 'browser-dist'),
88
filename: 'contentful.js',
99
library: 'contentful'
1010
},

0 commit comments

Comments
 (0)