JSON loader plugin
To load all URLs with .json
filename extension via this plugin:
SystemJS.config({
map: { 'plugin-json': 'plugin-json/json.js' },
meta: { '*.json': { loader: 'plugin-json' } }
});
npm test
browse to http://localhost:3000/test and open the browser's development console. You should see the json object logged.