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 04d66b2 commit f0d32c6Copy full SHA for f0d32c6
webpack.config.js
@@ -41,7 +41,7 @@ module.exports = [
41
path.join(__dirname, './images/sparql.png'),
42
path.join(__dirname, './favicon.ico'),
43
path.join(__dirname, './solid-client-id.jsonld'),
44
- path.join(process.cwd(), './queries.json'),
+ path.join(__dirname, './queries.json'),
45
],
46
output: {
47
filename: 'scripts/ldf-client-ui.min.js',
0 commit comments