-
Notifications
You must be signed in to change notification settings - Fork 51
Closed
Description
I get an Cannot find module
error when trying to import my styles into my component in my addon. Example:
import Ember from 'ember';
import layout from './template';
import styles from './styles';
export default Ember.Component.extend({
layout,
styles
});
Pod folder structure:
-addon
-components
-toggle-switch
-component.js
-styles.css
-template.hbs
I'm not sure what is going on but it looks like styles.css
is not being registered as a module in the resolver like template.hbs
is.
Metadata
Metadata
Assignees
Labels
No labels