-
need to get underscore/lodash dependency resolved so that only lodash loads
Look for other pieces to cut out, how to simplify browserify output
-
**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 …
-
Hi,
I've cloned the voyager github repo, run yarn, yarn test, yarn build and npm run build:lib various times to try to get a module I can embed.
Then when I run node and require('.') I get an er…
-
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 `…
-
-
- [x] Upgrade Symfony to 3.4 (LTS release, no LTS for 4.x yet)
- [x] install NPM/Nodejs https://nodejs.org/en/download/package-manager/
- [x] install Yarn (NPM alternative, used by Symfony for webpa…
-
Hello,
i figured out a problem with the reveal effects component.
I included the scss and js into my folders, but after running the watcher in gulpfile.js i get the following errors in Firebug con…
-
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…
-
我想在合并js或css资源时将文件内容压缩,
比如有a.js,b.js合并到c.js,其中a和b都是未压缩版并且希望操作后还是保持不压缩,如何得到c是a和b的合并且压缩版本
请问该如何写配置文件
-
Not sure what info I can provide, but this is the file that uses Optimus:
``` clojure
(ns fynder.exporter
(:require [clojure.java.io :as io]
[clojure.string :refer [replace]]
…