-
I am using react-dates in my app. I am trying to reduce the size of my bundle.js generated by webpack. I used the "webpack-bundle-analyzer" and I noticed React-dates module is including components I a…
-
Using `graphql-tag/loader` with large queries can lead to generating lots of JavaScript in form of GraphQL Document AST objects. I recently moved an app from using `gql\` query {}` to importing querie…
-
We use webpack to create three js bundle files on build:
- runtime.bundle.js
- main.bundle.js
- vendors.bundle.js
See PR #346 for context.
These are served via straight hyperlinks on the …
-
windows 10
> node -v && npm -v
> v5.10.0
> 3.7.1
Hans@HP-HANS C:\Users\Hans\Web\bootcamps\galvanize\react-sticky-notes
> webpack
> Hash: efea76b1048c3a97b963
> Version: webpack 1.13.0
> Time: 797ms…
HansS updated
8 years ago
-
### Feature description
Investigate the integration of webpack before packaging. Described in detail here: https://code.visualstudio.com/api/working-with-extensions/bundling-extension
-
Hi, good morning! I have an issue, generating the bundled file with the plugin. Please guys if you have any cue how to solve this, will be appreciated. Regards.
WARNING in ./~/loopback-boot/browser.j…
-
We currently are in the process of offering support for [rollup](https://rollupjs.org/) via #22 and #25 .
We should continue this effort with [webpack](https://webpack.js.org/) as need may be.
-
webpack has a nice feature,when set sideEffects to false, if a import x from b, and x comes from b's reexport from c, then bundler could shake whole side effect in b
* index.js
```ts
import { inte…
-
## Description
Moment.js is a self-declared legacy package that is in maintenance mode: https://momentjs.com/docs/. We should migrate to a more modern library.
## Additional context
Related to ht…
-
### Current Behavior
There's a polyfill being used in the webpack configuration that prevents the latest version of the fcl libary from being used in chrome extensions. This is to do with how cross-f…