You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unable to resolve some modules:
"simpl-schema" in .../uniforms/lib/bridges/SimpleSchema2Bridge.js (web.browser)
If you notice problems related to these missing modules, consider running:
meteor npm install --save simpl-schema
As I found out today, it caused problems with using uniforms in Webpack:
Warning in ./~/uniforms/lib/bridges/SimpleSchema2Bridge.js
Module not found: 'simpl-schema' in .../uniforms/lib/bridges
To fix it, I will revert this change. This will cause both Meteor and Webpack complain about it with warnings with very long stack traces, but everything will work in both environments. I'll keep as it is for few days, maybe new ideas will come.
I've did some research and it's not possible to silent this warning in either Meteor or Webpack. If you know a way on how to hack it - let me know.
In the future, schema packages will be separated, so this won't be a problem anymore.
This is just an informational issue to track this change.
The text was updated successfully, but these errors were encountered:
This came out in #148. Thanks, @saeedjalali1.
Back in
v1.1.3
, I've did this change:To get rid of Meteor warning:
As I found out today, it caused problems with using
uniforms
in Webpack:To fix it, I will revert this change. This will cause both Meteor and Webpack complain about it with warnings with very long stack traces, but everything will work in both environments. I'll keep as it is for few days, maybe new ideas will come.
I've did some research and it's not possible to silent this warning in either Meteor or Webpack. If you know a way on how to hack it - let me know.
In the future, schema packages will be separated, so this won't be a problem anymore.
This is just an informational issue to track this change.
The text was updated successfully, but these errors were encountered: