Sassan Haradji

Results 134 comments of Sassan Haradji

How can I enable it? Based on this [thread](https://github.com/mobxjs/mobx.dart/issues/509) I thought to enable strict mode you have to use `ReactiveContext` which led me to https://github.com/mobxjs/mobx.dart/issues/206 which gives me the idea...

The only issue with `browserify` is that it doesn't allow me to eliminate these sourcemaps . Look at this https://github.com/substack/node-browserify/issues/772. Many libraries provide source maps, but they use embedded sourcemaps....

Thanks for keeping this open. You got it wrong, what I said is true, `browser-pack`, `factor-bundle`, `browserify`, `combine-source-map`, `convert-source-map`, `inline-source-map`, `core-js` and `source-map-support` all are modules that provide tools for...

I'm sure if any of these packages had url source maps in their library files, I'd see warnings for them too as I'm not serving any files except the bundles...

@gajus it's still there in 3.0.11 (released 3 days ago), should I wait for next version?

@gajus it's still there in 3.1.0 (released a week ago).

Take a look at this just as an example: https://github.com/reactjs/redux/blob/master/package.json it's not generating sourcemaps. Maybe we need a build-dev that generates sourcemaps only for repo's developers.

It's been a while since this issue is reported, I just wanna explain my workaround in case it helps others. I'm not using factor bundle, I'm using a manual partitioning...

Thanks for following this up. I'm using `2.3.0-rc7`.

@milankinen Thanks for your attention. I described the problem incomplete and incorrect. I'm so sorry about that. Here's the instruction on how to reproduce it: 1.Create `a.js` like this: ```...