-
As a webpack user, I'm unable to use this plugin without hacking the functions.
When using webpack to bundle jQuery and, ie, Bootstrap JS together one has to deregister WordPress's own jQuery and r…
-
* It would be cool if we added support for the latest and greatest to this, like support for es6 and webpack, babel and all the new hot JavaScript libs. Def just a nice to have and play around with, b…
-
### Have you read the Contributing Guidelines on issues?
- [X] I have read the [Contributing Guidelines on issues](https://github.com/facebook/docusaurus/blob/main/CONTRIBUTING.md#issues).
### P…
-
## Prerequisites
- [x] Using npm
- [x] Using an up-to-date [`main` branch](https://github.com/electron-react-boilerplate/electron-react-boilerplate/tree/main)
- [x] Using latest version o…
-
requiring babel-register is causing trouble when bundling this package using webpack for lambdas: https://github.com/arthanzel/evaluatex/blob/master/index.js#L8
Module not found: Error: Can't resol…
-
1. [Module bundler?](https://youtu.be/5IG4UmULyoA)
2. [What is webpack?](https://youtu.be/5zeXFC_-gMQ)
3. [WebPack basics](https://youtube.com/playlist?list=PL55RiY5tL51rcCnrOrZixuOsZhAHHy6os) OR [fre…
-
On my local machine, running `yarn build` in `riot-web` produces a 4.6 MB `bundle.js` file. However, the official build for develop comes up with a 14 MB `bundle.js` file.
Why are they so different…
-
Currently, the plugin rewrites files just a bit too late, so the bundler runs twice in watch mode. Once on the file changes by user, a second time when the plugin reformats the file.
It would be gr…
-
Using nautilusjs in other projects through npm modules and then bundling it with webpack causes error when trying to define `config` method in Nautilus object
-
### What would you like?
With the release of Angular 17, Vite has become an officially supported bundler, and many Angular applications are transitioning from Webpack to Vite. To maintain consisten…