Skip to content

Commit 108802e

Browse files
committed
Make yarn run dev find the queries.json file
1 parent bd425d4 commit 108802e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

webpack.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ module.exports = [
4747
path.join(__dirname, './images/sparql.png'),
4848
path.join(__dirname, './favicon.ico'),
4949
path.join(__dirname, './solid-client-id.jsonld'),
50+
path.join(process.cwd(), './queries.json'),
5051
],
5152
output: {
5253
filename: 'scripts/ldf-client-ui.min.js',

0 commit comments

Comments
 (0)