Results 8 comments of Ethyde

Hello, I have found 2 solutions : With `require` ``` // in webpack.config.js const { Config, environment } = require('webpack-config') environment.setAll({ env: () => process.env.NODE_ENV }) module.exports = new Config().extend('config/webpack.[env].config.js')...

Hello, Is there any update on this subject ? I'm facing the same issue when i'm ussing [data-driven](https://codecept.io/advanced/#data-driven-tests) tests and `run-workers`. When i use `run` if some of my tests...

Thanks for your quick answer @andywer ! I have a commun vars file where ``` // commun/assets/vars.css :root { --color-primary: blue; --bg-primary: white; --color-alt: darkblue; --bg-alt: #CCC; --color-inverse: white; --bg-inverse:...

+1 with Webpack as loader like SystemJs or Dojo

Hello, If I understand well, whatever the namespace of `pbjs`, UC should be able to find it and use it if necessary?

Thanks for yours reply @pm-harshad-mane et @dgirardi :) So I have to fork or clone this repo to be able to customize the `global` namespace?

Oh yes, ok, why not ! It's not a real problem, but i think it's was a good idea to explain that in README. :)