gas-webpack-plugin
gas-webpack-plugin copied to clipboard
Webpack plugin for Google Apps Script
Bumps [eslint](https://github.com/eslint/eslint) from 8.18.0 to 8.21.0. Release notes Sourced from eslint's releases. v8.21.0 Features 7b43ea1 feat: Implement FlatESLint (#16149) (Nicholas C. Zakas) 92bf49a feat: improve the key width calculation in...
Bumps [webpack](https://github.com/webpack/webpack) from 5.73.0 to 5.74.0. Release notes Sourced from webpack's releases. v5.74.0 Features add resolve.extensionAlias option which allows to alias extensions This is useful when you are forced to...
Bumps [terser](https://github.com/terser/terser) from 5.6.0 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...
Bumps [terser](https://github.com/terser/terser) from 5.7.1 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...
The `import.meta` is used to get `import.meta.url` in JS generated by [wasm-pack](https://github.com/rustwasm/wasm-pack). Could it to be fixed if `gas-webpack-plugin` allow to use [`esprima.parseModule`](https://docs.esprima.org/en/latest/syntactic-analysis.html#distinguishing-a-script-and-a-module) with some config option? I [opened an...
Hi there, Thanks for your resource first off. I'm trying to set it up following the instructions but I am unable to do so as I end up having a...
[](https://renovatebot.com) Welcome to [Renovate](https://togithub.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. 🚦 To activate Renovate, merge this Pull Request....
When bundling with a function to global space it copies the JS DOC as the purpose of the plugin but would it be possible to remove the comment from the...
Found another issue I guess. This doesn't work. ```js const fnName = "hello"; global[fnName] = () => console.log("do something.."); ``` _Originally posted by @labnol in https://github.com/fossamagna/gas-webpack-plugin/issues/516#issuecomment-804662712_ https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Property_Accessors
When building the exact example from the homepage in a yarn workspace with node 12 or 14, webpack warned me that webpack-cli was required to build the project. I originally...