-
Hey!
Would be great to add performance section where it compares to esbuild. https://github.com/evanw/esbuild
-
See https://nodesecurity.io/advisories/validator_XSS_Filter_Bypass_via_Encoded_URL
-
By adding a few dependencies to package.json:
```
"through2":"*",
"msx":"*"
"gulp-plumber":"*",
```
and the following to the gulpfile (taken from the msx compiler github page and adapted…
-
When using the TOC component alongside the Slideshow component, the minified version of the JS will throw an error that the `Util.extend is not a function`.
-
I'd like to use your seed to write an Angular lib that in turn depends on another angular lib.
In my case this compiles, but the Angular sources are included in the UMD bundle of my lib. How I can p…
-
从网上下载的jspdf.min.js,经过FIS压缩后,JS里面的内容中的一个'( )'符号被删掉了,导致JS语法错误,怎么解决?加什么转义符可以使得FIS不会把这个括号删掉.
-
**Environment**
Provide version numbers for the following components (information can be retrieved by running `tns info` in your project folder or by inspecting the `package.json` of the project):
…
-
## 任务:
- 前端实现模块化(推荐 browserify),目录结构直接套用 `xcake` 的即可
- 用 gulp 打包,本次实现编译 browserify 的功能
- 为了方便看到效果,建议两三个页面都写一些简单的脚本
## 备注:
- 在开发的过程中有使用之前提过的 `nodemon` 吗?碰到问题了吗?
- 继续注意代码的风格和质量
@ynliSonia
-
**Do you want to request a *feature* or report a *bug*?**
https://github.com/evanw/esbuild is a new bundler that is 100x more performant than current JS based bundlers. Large code-bases can be …
-
I was minifying a project with a package depending on `node-bindings` and the resulting code ended up throwing an exception regarding some `path` not being a `string`.
I pinpointed the problem in `…