mirror of
https://github.com/tobspr/shapez.io.git
synced 2025-06-04 00:24:01 +00:00
Fix prod environment
This commit is contained in:
parent
c32f987c4f
commit
de288afeb5
@ -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…
Reference in New Issue
Block a user