-
# Bug report
**What is the current behavior?**
I am running into problems when I bundle multiple entries, treeshake them and execute them on the same page, when the entries use different functio…
-
# 🐛 (maybe) bug report
## 🎛 Configuration (.babelrc, package.json, cli command)
Package.json:
```json
{
"devDependencies": {
"parcel": "^2.0.0",
"typescript": "^4.4.4"
},
…
-
hi everyone
yesterday i'm update esbuild to to latest version.
I'm tried to correctly upgrade to 0.18.x based release note, and don't find my problem.
Thank you for telling me my problem accordin…
-
## Description
`EnableCSSHoudini`가 사용처 필요에 따라 import 되고, 실행될 수 있도록 합니다.
## Reasons for suggestion
- `EnableCSSHoudini`의 유일한 목적은 smooth-conrer 입니다.
- smooth-corner의 유일한 사용처는 Avatar입니다.
- 채널톡…
-
### Environment
"@unhead/addons": "^1.1.27",
node 18.12.1
### Reproduction
i have my custom function that wrap useSeoMeta that allow me to use some default seo datas
```javascript
export fun…
-
### Rollup Version
3.21.0
### Operating System (or Browser)
Chrome 112
### Node Version (if applicable)
N/A
### Link To Reproduction
https://rollupjs.org/repl/?version=3.21.0&shareable=JTdCJTIy…
-
### Describe the bug
I have created a simple plugin that prevents Vite from treeshaking a JavaScript file.
```javascript
{
enforce: 'pre',
name: 'plugin-notreeshake',
resolveId(id) {
retur…
-
### Steps to reproduce
`index.ts`
```ts
import { Project } from 'ts-morph'
export const project = new Project();
```
`farm.config.ts`
```ts
import farmDtsPlugin from '@farmfe/js-plugin-dts…
-
### What version of Remix are you using?
1.19
### Are all your remix dependencies & dev-dependencies using the same version?
- [X] Yes
### Steps to Reproduce
imports:
```
import React from "rea…
-
Hi,
We recently started using lodash(-es) in our project and we ran into several issues with the current lodash NPM packages.
In our project:
* we are running Karma tests in ES5 using the Com…