Skip to content

Commit

Permalink
Webpack (#444)
Browse files Browse the repository at this point in the history
* PHP 8 compatibility

* Upgrade webpack default ES6 configuration

* Use relative paths
  • Loading branch information
g105b authored Mar 12, 2021
1 parent ca7c52a commit 61617a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.default.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"execute": {
"command": "webpack",
"arguments": ["--entry","script/main.es6", "-o", "www/script.js", "--devtool", "source-map", "--mode", "production"]
"arguments": ["--entry","./script/main.es6", "-o", "www/script.js", "--devtool", "source-map", "--mode", "production"]
}
},

Expand All @@ -27,7 +27,7 @@
},
"execute": {
"command": "sass",
"arguments": ["style/main.scss", "www/style.css"]
"arguments": ["./style/main.scss", "www/style.css"]
}
},

Expand Down

0 comments on commit 61617a5

Please sign in to comment.