-
It'd be awesome to have this with no runtime cost. Could it be done as a babel plugin?
-
## ❓Question
I'm working on a project where a JS utility is embedded on customer sites. Right now, after the JS is loaded I kick off API requests to get user settings & other bootstrap info to succ…
-
Given this reproduction file: https://github.com/simonihmig/ember-warn-transpilation/blob/master/app/utils/warn.js
This is transpiled to:
```js
define('ember-warn-transpilation/utils/warn', ['exp…
-
automatically transform markdown to html and highlight code blocks / example:
```js
aimer.add({
readme: 'some markdown',
example: 'some code'
})
```
-
## The devDependency [ember-cli-babel](https://github.com/babel/ember-cli-babel) was updated from `7.4.2` to `7.4.3`.
🚨 [View failing branch](https://github.com/elwayman02/jordan-hawker/compare/mast…
-
Hi there!
I was following the storybook tutorial but using it with react native. Is it working for RN?
1. I installed require-context.macro
2. I installed babel-plugin-macros
3. Configured story…
-
I'm building a site with GatsbyJS and using this plugin to use Tailwind. I also have [Storybook](https://github.com/storybooks/storybook) to preview my components. However, I was running into an error…
-
# 自定义 Babel presets
参考[官网教程](https://babeljs.io/docs/en/presets)
一个例子
```js
module.exports = () => ({
presets: [
require("@babel/preset-env"),
],
plugins: [
[require("@babel…
-
Hey folks 👋
I'm tracking down why one of my Empress projects wasn't working in the intended Fastboot (prember) build, I tracked it down to the change that I recently made to ember-get-config that …
-
Steps to replicate error:
sudo git clone https://github.com/inoda/ontrack.git
cd ontrack
sudo docker-compose up -d
create user as specified in readme
then go to the webpage and login. Fir…