Skip to content

Export USE_WEBPACK_DEV to web container

Stan Hu requested to merge sh-fix-webpack-dev into master

USE_WEBPACK_DEV is also needed to enable the Webpack dev server in gitlab.yml. Previously the variable was not exported, so the value was always false even if it were enabled in Webpack itself.

Merge request reports