-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does not seem to work with webpack2 #13
Comments
Probably something has changed in Webpack 2 (which I'm sure will happen during beta stage), I'll look into it eventually. Does it work with |
@jedwards1211 beta22 works. Beta 23+ fails. I have tried all sorts of stuff but in beta23+ it seems webpack simply will not resolve meteor-config with the json-string-loader. |
@Fignuts I don't guess you have any idea about this? |
Okay, I figured it all out! Yay! |
@luisherranz now that I put the webpack 2 code in |
Deleted 👍 Thanks for your contribution @jedwards1211! |
I am trying to use this with https://github.com/jedwards1211/crater on webpack2. On the client
var config = require('./meteor-config.json');
in meteor-imports.js is always an empty object instead of the config. It seems like json-string-loader is not inserting the config for some reason.Unfortunately I am fairly new to webpack and am out of ideas about how to debug this.
The text was updated successfully, but these errors were encountered: