-
This plugin invokes `prepack` using the `transform()` method. But it shouldn't be this way. It should be `transformBundle()` because `prepack` should be invoked after `rollup` has created the bundle.
…
-
# Suggestion
## 🔍 Search Terms
List of keywords you searched for before creating this issue. Write them down here so that others can find this suggestion more easily and help provide feedback.
…
-
Not sure what causes this error, I'm not able to build using this plugin:
```
Invariant Violation
at invariant (/my_project/node_modules/prepack/src/invariant.js:15:15)
at new Serializer…
-
If we switched out Babili's constant evaluation with the Prepack's I think this would push Babili to the winning side in terms of bundle size and potentially execution time. It doesn't have to use all…
-
#### I'm opening this issue because:
- [ ] npm is crashing.
- [x] npm is producing an incorrect install.
- [ ] npm is doing something I don't understand.
- [ ] Other (_see below for feat…
-
The prepack script fails on Windows, due to multiple issues:
1) Use of the `rm` command.
Solution: add shx as a dev-dependency, and have the script call `shx rm` instead: https://github.com/shel…
-
## Context
`at::cpp_custom_type_hack` is a deprecated utility to shepherd arbitrary C++ classes through Python by embedding an owning pointer inside a byte Tensor's storage. It's usage is already hea…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### This issue exists in the latest npm version
- [X] I am using the latest npm
### Current Behavior
There appea…
-
Prepack fails when trying to parse worker-loader generated bundle
```
65% building modules 1234/1335 modules 101 active ...s/babel-runtime/core-js/array/from.jsnot an object
TypeError
at ..…
-
### Describe the bug
The command:
```
LD_LIBRARY_PRELOAD="" bash ./compile_bundle.sh $HOME/intel/oneapi/compiler/latest/ $HOME/intel/oneapi/mkl/latest/ "pvc,ats-m150,tgllp,Gen12LP"
```
fail…