-
Hi Manuel,
I read this:
https://github.com/fsmanuel/slides/blob/736f4a2050917d8558fd433b945af6dcea8ad0ad/ember-addons/index.html#L325
My code:
https://github.com/martinic/ember-cli-deploy-build-pl…
-
We should add proper documentation and a demo with [ember-cli-addon-docs](https://ember-learn.github.io/ember-cli-addon-docs/)
anehx updated
6 years ago
-
Just installed ember-css-modules and ember-css-modules-sass into my Ember Octane 3.22 addon. Failed at first run.
```
Uncaught (in promise) Error: Unable to resolve local class names from @silverc…
-
This addon [supports simple destructuring](https://github.com/GavinJoyce/babel-plugin-remove-functions/issues/13) but doesn't yet support nested destructuring such as:
```js
const { run: { later }…
-
Now that this is a V2 addon, you are unable to test unreleased changes in master by including it in an application. Please implement the work flow https://github.com/bgantzler/ember-mirage/blob/main/.…
-
This discussion emerged in slack and I will try to put everything together in this issue:
## Background
Open sources projects as well as companies internal projects are sometimes put together as…
gossi updated
4 years ago
-
Today this babel plugin cannot transpile this:
```js
import { hbs } from 'ember-cli-htmlbars';
render(hbs`HBS inside JS, standard compliant due to tag function`);
```
Already used in code t…
-
## The dependency [ember-cli-babel](https://github.com/babel/ember-cli-babel) was updated from `7.13.2` to `7.14.0`.
🚨 [View failing branch](https://github.com/st-h/ember-file-drop-zone/compare/mast…
-
## Version **1.1.2** of [ember-cli-fastboot](https://github.com/ember-fastboot/ember-cli-fastboot) was just published.
Branch
Build failing 🚨
Dep…
-
Can be resolved by upgrading the Ember CLI boilerplate of the addon.