-
I am having trouble converting a few related projects from `ember-css-modules` to `ember-component-css`. Specifically, I am unable to get `ember-component-css` to work with an addon using classic stru…
-
I think, there could be a config option which would determine which Bootstrap version should be wrapped in `vendor.js`.
Suggested config property:
```
bootstrapVersion: 4
```
In ember-cli-b…
-
It seems TinyMCE is not part of the module.
I tried to import it in an ember 3.20 app using ;
```
app.import('node_modules/tinymce/tinymce.js', {
using: [{ transformation: 'cjs', as: 'ti…
-
Believe vanilla `app.css` can `@import 'ember-modal-dialog.css'` these days, we should lay out the path to removing the `scss` dependency and providing the styles for any stack.
-
It seems that the presence of this addon causes issues when a template-only component is present in the application where it is installed. We are seeing an error like this, which goes away when a `.js…
-
## Version **5.5.1** of **semver** was just published.
Branch
Build failing 🚨
Dependency
semver
Current Ver…
-
(disclaimer: I am absolutely new with sl-ember-store so maybe I'm missing something fundamental, but I don't see how this is supposed to be working)
In a very simple project containing a single model…
-
## The dependency [ember-cli-babel](https://github.com/babel/ember-cli-babel) was updated from `7.9.0` to `7.10.0`.
🚨 [View failing branch](https://github.com/aethant/merino/compare/master...aethant…
-
We're using the following versions in `package.json`:
```
"ember-cli": "~2.16.2"
"ember-ace": "1.2.0"
"ember-cli-page-object": "1.8.0"
"ember-cli-qunit": "^4.0.0"
```
We've got a page objec…
-
Shortcuts to jump between related files (for example a component template and the js file) would be pretty helpful in a lot of situations. Also I guess it would make implementing #29 a lot easier sinc…