-
I tried to `import { SortableObjects, DraggableObject } from 'ember-drag-drop';` but became aware of that the barrel file exports don't exist. Please complete this!
-
I am trying to export a component as a Web Component using the latest Vue CLI, the component uses the FontAwesomeIcon component.
I followed the example in the README (https://github.com/FortAwesome…
-
-
- [ ] I'd be willing to implement this feature ([contributing guide](https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md))
## Description
When the `@nx/js:tsc` executor is configured …
-
# Context
**My main question**: is [this comment](https://github.com/flutter/flutter/issues/145789#issuecomment-2032968578) still true? Do we just need to wait for a later Flutter update?
Relate…
-
Based on `yarn analyze`, I see a few likely easy wins:
- [x] swap out moment.js for something that just does what we need re: '2 days ago'
- [x] use webpack route splitting to make sure we only lo…
-
Currently, `angular-highcharts` will import all these three things internally, such as `highmaps` in https://github.com/cebor/angular-highcharts/blob/0b4c5fcb417b0c8731c7d8b8f54f40a45a246e60/projects/…
-
Many packages support both "tree shacking friendly" exports style and "legacy" exports style, like this:
```js
import { add } from 'lodash'
add(1, 2)
// 2KB
```
vs
```js
import _ from 'lod…
-
### Element UI version
2.13.2
### OS/Browsers version
macOS
### Vue version
3.0.0-beta.19
### Reproduction Link
https://jsfiddle.net/mmx38qxw/
### Steps to reproduce
引入某个组件,直接看打包的…
-
### Android application type
Classic Xamarin.Android (MonoAndroid12.0, etc.)
### Affected platform version
Xamarin Android 12.2, 12.3 and 13.0
### Description
After compiling my app wit…