NOTE: With the release of normalizr v3.3.0 it's recommended that you avoid this shim and use app.import instead
app.import('node_modules/normalizr/dist/normalizr.amd.js', {
using: [{transformation: 'amd', as: 'normalizr'}]
});ember install ember-cli-normalizr-shimimport { normalize, schema } from 'normalizr';To learn more about normalizr and how to use it visit the normalizr Github page.