Skip to content

Commit f0d32c6

Browse files
committed
Change back line that didn't need changing
1 parent 04d66b2 commit f0d32c6

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
@@ -41,7 +41,7 @@ module.exports = [
4141
path.join(__dirname, './images/sparql.png'),
4242
path.join(__dirname, './favicon.ico'),
4343
path.join(__dirname, './solid-client-id.jsonld'),
44-
path.join(process.cwd(), './queries.json'),
44+
path.join(__dirname, './queries.json'),
4545
],
4646
output: {
4747
filename: 'scripts/ldf-client-ui.min.js',

0 commit comments

Comments
 (0)