Skip to content
#

module-loader

Here are 62 public repositories matching this topic...

chasenlehara
chasenlehara commented Sep 3, 2019

I was expecting this configuration to work in can-route:

steal = {
	paths: {
		'src/routedata': 'src/routedata-definemap.js'
	}
};

Instead, I had to include can-route in the mapping:

steal = {
	paths: {
		'can-route/src/routedata': 'src/routedata-definemap.js'
	}
};

Is this expected? If so, can some more documentation around this be added?

Improve this page

Add a description, image, and links to the module-loader topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the module-loader topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.