-
-
Notifications
You must be signed in to change notification settings - Fork 29
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
Cannot read property 'getSourceHash' of undefined #23
Comments
This looks like a problem with |
you can clone if you still can't find the problem - upload a simple repo to github that produces that error and i'll try it |
It will be fixed in the next release, so you can use default webpack configuration name and environment variables for detection of production mode as a current workaround. |
hi @ardatan, is there something I can do to help releasing a new version with this fix? |
I came across this bug yesterday, the problem is with how you're specifying the webpack config, it shouldn't have quotes:
|
Make sure that there is a line in the .meteorignore file: |
Hi
When trying to make a production build using the following command
WEBPACK_CONFIG_FILE=\"webpack.prod.js\" meteor build --architecture=os.linux.x86_64 --allow-superuser --directory .build
I get the following error:
I assume its printing twice, one for each bundle, client/server
My webpack configs are pretty simple:
The text was updated successfully, but these errors were encountered: