mirror of
https://github.com/tobspr/shapez.io.git
synced 2026-03-02 03:39:21 +00:00
Fix prod environment
This commit is contained in:
@@ -60,6 +60,7 @@ function gulptasksJS($, gulp, buildFolder, browserSync) {
|
|||||||
$.webpackStream(
|
$.webpackStream(
|
||||||
requireUncached("./webpack.production.config.js")({
|
requireUncached("./webpack.production.config.js")({
|
||||||
es6: false,
|
es6: false,
|
||||||
|
environment: data.environment,
|
||||||
...data.buildArgs,
|
...data.buildArgs,
|
||||||
})
|
})
|
||||||
)
|
)
|
||||||
@@ -75,6 +76,7 @@ function gulptasksJS($, gulp, buildFolder, browserSync) {
|
|||||||
$.webpackStream(
|
$.webpackStream(
|
||||||
requireUncached("./webpack.production.config.js")({
|
requireUncached("./webpack.production.config.js")({
|
||||||
es6: true,
|
es6: true,
|
||||||
|
environment: data.environment,
|
||||||
...data.buildArgs,
|
...data.buildArgs,
|
||||||
})
|
})
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user