Skip to content

Commit 61617a5

Browse files
author
Greg Bowler
authored
Webpack (#444)
* PHP 8 compatibility * Upgrade webpack default ES6 configuration * Use relative paths
1 parent ca7c52a commit 61617a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.default.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"execute": {
99
"command": "webpack",
10-
"arguments": ["--entry","script/main.es6", "-o", "www/script.js", "--devtool", "source-map", "--mode", "production"]
10+
"arguments": ["--entry","./script/main.es6", "-o", "www/script.js", "--devtool", "source-map", "--mode", "production"]
1111
}
1212
},
1313

@@ -27,7 +27,7 @@
2727
},
2828
"execute": {
2929
"command": "sass",
30-
"arguments": ["style/main.scss", "www/style.css"]
30+
"arguments": ["./style/main.scss", "www/style.css"]
3131
}
3232
},
3333

0 commit comments

Comments
 (0)