systemjs / plugin-css

CSS loader plugin
MIT License
92 stars 60 forks source link

Unable to calculate canonical name to bundle file #116

Closed robbymarston closed 7 years ago

robbymarston commented 7 years ago

I'm getting the following error:

Error tracing my-module.js at file:///path/to/project/dist/my-module.js
Error: Unable to calculate canonical name to bundle file:///path/to/project/node_modules/systemjs-plugin-css/css.js. Ensure that this module sits within the baseURL or a wildcard path config.

I'm having a hard time understanding what the wildcard path config is but I'm guessing that's what I need.