mirror of
https://github.com/tobspr-games/shapez.io.git
synced 2026-01-06 01:02:09 -08:00
Fix prod environment
This commit is contained in:
parent
c32f987c4f
commit
de288afeb5
1 changed files with 2 additions and 0 deletions
|
|
@ -60,6 +60,7 @@ function gulptasksJS($, gulp, buildFolder, browserSync) {
|
|||
$.webpackStream(
|
||||
requireUncached("./webpack.production.config.js")({
|
||||
es6: false,
|
||||
environment: data.environment,
|
||||
...data.buildArgs,
|
||||
})
|
||||
)
|
||||
|
|
@ -75,6 +76,7 @@ function gulptasksJS($, gulp, buildFolder, browserSync) {
|
|||
$.webpackStream(
|
||||
requireUncached("./webpack.production.config.js")({
|
||||
es6: true,
|
||||
environment: data.environment,
|
||||
...data.buildArgs,
|
||||
})
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue