-
Webpack v4 is now supported by the [closure-webpack-plugin](https://github.com/webpack-contrib/closure-webpack-plugin).
We can remove the custom node script in [build.js](https://github.com/Helikar…
-
👋 I'm interested in using GCC with the latest version of Webpack (v5) but there seems to be an internal plugin issue. So far I've upgraded the demos to the latest dependency versions and included the …
-
We're seeing a threading and concurrency problem trying to upgrade our CC webpack plugin.
We've moved from the old v3 version:
https://www.npmjs.com/package/webpack-closure-compiler
To the late…
-
Package version: 2.5.0
Node version: 14.15.0
OS: Ubuntu
Minimal example: https://github.com/BeksOmega/closure-webpack-bug
### Reproduction steps
1) Clone the linked repro.
2) `npm inst…
-
`@define` in Closure compiler is like environment variables in other build tools. It is a common practice for webpack or rollup to access environment variables in source code (`process.env.NODE_ENV`),…
-
I have a minimal React setup [here](https://github.com/mfarhadpur/webpack-closure-compiler-example) that outputs three chunks (runtime, common, and main). The plugin seems to only process the main chu…
ghost updated
3 years ago
-
We've gotten minification working again with `npm run build-min` and `python setup.py bundle_client`, however it's not generating source maps for the minified code.
This seems to be pretty tricky. …
-
I cannot use certain npm modules because they only support cjs, which I would be easily able to use with webpack. Even for modules made for web the process is still painful -- having to add the module…
-
Node: 10.0.0
System: Windows 10
webpack-closure-compiler: 2.1.6
google-closure-compiler: 20170521.0.0
Error log
```js
D:\git\corp\fakename\node_modules\temp\node_modules\rimraf\rimraf.js:137
…
-
I am using webpack with closure compiler, I ran into an issue that some function calls from certain modules were removed by the compiler.
This is the minimal example for reproducing the issue, it's…