-
### Rollup Version
"version": "3.9.1"
### Operating System (or Browser)
browser
### Node Version (if applicable)
v18.9.0
### Link To Reproduction
https://github.com/meizilove258/…
-
Protobuf aware tree-shakingb binary ('pkg/vm/bin/protobuf_aware_treeshaker.dart') does the following:
```dart
final printer = BinaryPrinter(sink, libraryFilter: (lib) {
if (removeCoreLibs &…
-
If there is a plugin that modifies a file within the watching root directory after a build (e.g. [rollup-plugin-copy](https://github.com/vladshcherbin/rollup-plugin-copy)), Nollup will perform another…
-
Hi all,
I am still very new to snowpack, so please bear with me if my issue seems trivial.
My setup:
Ubuntu: 20.04
npm: 6.14.5
node: v13.15.0
I created a Vue project using the following co…
-
If you look at the latest [commonJS build](https://unpkg.com/feathers-redux@3.0.0/lib/index.js), you'll see this require statement:
```
var _reduxActions = require("redux-actions");
```
This i…
-
**Module version**
1.9.0
**Describe the bug**
If I enable `treeShake` the page rendered via SSR isn't display properly.
**To Reproduce**
I have attached a sample project.
[nuxtjs-vuetify.z…
vishr updated
3 years ago
-
**Module version**
^1.11.3
**Describe the bug**
`npm run generate` command fails with sass error
**To Reproduce**
Steps to reproduce the behavior:
1. add VCarousel to app
2. run in shel…
saike updated
3 years ago
-
### Describe the bug
Hello, my team was experimenting with an in-house micro front ends solution and found that importing different version of the same package in a chain dependency scenario are not …
-
import '@oasis-engine/lottie';
比如上述代码会自动添加load文件类型的解析。但是在某些场合可能会有问题。比如treeshake的时候,这段import的代码会被构建工具干掉,导致dev环境可以正常运行但是build之后可能就出问题了。这就导致我必须得import {xxx} from '@oasis-engine/lottie'并且下面代码还得用到xxx才行。
…
-
this is my code in `rollup.config.js`:
```js
import resolve from 'rollup-plugin-node-resolve';
export default [ {
input : 'src/znxy.js',
plugins : [
resolve( {
m…