We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, to use ember-gestures with a module unification app, the resolver needs to be modified.
// src/resolver.js import Resolver from 'ember-resolver/resolvers/fallback'; import { merge } from '@ember/polyfills'; import buildResolverConfig from 'ember-resolver/ember-config'; import config from '../config/environment'; let moduleConfig = buildResolverConfig(config.modulePrefix); merge(moduleConfig.types, { 'ember-gesture': { definitiveCollection: 'main' } }); export default Resolver.extend({ config: moduleConfig });
Though, this is using the fallback resolver... so who knows if/when changing resolvers will help fix things.
The text was updated successfully, but these errors were encountered:
Can close this I think.
Sorry, something went wrong.
No branches or pull requests
Currently, to use ember-gestures with a module unification app, the resolver needs to be modified.
Though, this is using the fallback resolver... so who knows if/when changing resolvers will help fix things.
The text was updated successfully, but these errors were encountered: