mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-13 08:42:57 -07:00
commit
ede5b51b1f
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## (unreleased)
|
## v3.0.3587 (2018-08-19)
|
||||||
|
|
||||||
### **New Features**
|
### **New Features**
|
||||||
|
|
||||||
|
|
|
@ -30,7 +30,7 @@ function getEnvOptions() {
|
||||||
|
|
||||||
function webpack(type) {
|
function webpack(type) {
|
||||||
// 'webpack' instead of direct path can cause https://github.com/angular/angular-cli/issues/6417
|
// 'webpack' instead of direct path can cause https://github.com/angular/angular-cli/issues/6417
|
||||||
return run(`node node_modules\\webpack\\bin\\webpack.js --config webpack.config${type ? `.${type}` : ""}.ts${getEnvOptions()}`).exec();
|
return run(`node ${path.join('node_modules', 'webpack', 'bin', 'webpack.js')} --config webpack.config${type ? `.${type}` : ""}.ts${getEnvOptions()}`).exec();
|
||||||
}
|
}
|
||||||
|
|
||||||
gulp.task("vendor", () => {
|
gulp.task("vendor", () => {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue