Staffan Eketorp
Staffan Eketorp
@blakeembrey they're related....let me clarify: #27 is about how default settings for source maps override any user settings. The person creating the other ticket considered it a bug, but someone...
Maybe do something like they've done here instead of adding externals to the config? https://github.com/Morhaus/webpack-externals-plugin/blob/master/index.js
I wrote a suggestion plugin. Can make a PR if you want. Things that I haven't addressed (lack of experience with webpack): - I currently haven't indicated to webpack that...
The meteor npm packages originally comes from standard `node_modules`, but they're compiled by Meteor (along with some Meteor code that cannot easily be excluded) into `.meteor/local/build/programs/web.browser/packages/modules.js`. So, the way I...
You got it. Yes, it's working, but with the downsides I mentioned. I suppose I can look into fixing those when I get some time. Or...if you want to help...
ok...i'll get back
I principally agree @jedwards1211 but do you still think we should parse/replace modules.js?
@jedwards1211 principally yes. If your code depends on a global variable `meteorInstall` being there, you might need to have something like ```const meteorInstall = Package['modules-runtime'].meteorInstall``` instead. @luisherranz cool. It **should**...
oh and by the way @eliezedeck - can you try this branch for your purposes?
@eliezedeck k cool