-
I am trying to build the dxf-writer with webpack.
But it is failed with the below two part.
**in Handle.js**
`
class Handle
{
static seed = 0;
-
Subj,
as example
I create some module in another folder ( /projects/MY_MODULE )
MY_MODULE not compiled, source code
then run npm link
after go to my project and run npm link MY_MODULE
Compile my proje…
borm updated
9 months ago
-
## Current behaviour 💣
![image](https://user-images.githubusercontent.com/10995629/236355050-e25fa4d8-d814-4c0d-b20c-7ecc8b3f3695.png)
just migrated webpack v4 to v5
`webpack.prod.config`…
-
webpack version: 5.73.0
The content of this library is roughly as follows
````js
// wepback.config.js
module.exports = {
entry: './entry.js',
output: {
filename: 'index.js',
…
-
Hi again,
I tested the library with angular and it is running into an error:
```bash
universalModuleDefinition:1 Uncaught ReferenceError: global is not defined
at universalModuleDefinition…
-
### What problem does this feature solve?
users need more and more swc custom options now (see https://github.com/web-infra-dev/rspack/issues/3054) , and it's not ideal to put more and more swc opt…
-
Errors in the console when entering in the input.
Nuxtjs 2.6.1
-
## Current Behavior
The output CSS is not minified when running the production build with webpack 5.
## Expected Behavior
The CSS should be minified when using `--prod` or `NODE_ENV=productio…
-
## Environment
- Linaria version: `@linaria/babel-preset@4.3.2`, `@linaria/webpack5-loader@4.1.10`
- Bundler (+ version): `webpack@5.75.0`
- Node.js version: v19.2.0
- OS: win11
## De…
-
### Current behavior
The last test in my cypress suite randomly fails in CI. It seems to be un-related to the test itself, but some cleanup failing.
## Error logs
```bash
The following error was t…