We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6e2aa4 commit d4e8799Copy full SHA for d4e8799
CHANGES
@@ -1,3 +1,8 @@
1
+v0.3.17 -- 2013.05.20
2
+* Provide `ignoreErrors` options, so requiring packages that pass dynamicaly
3
+ generated paths to require calls is possible.
4
+* Simplify internal logic with help of memoizee package
5
+
6
v0.3.16 -- 2013.05.15
7
Nearly *major* update
8
* JSON files support
package.json
@@ -1,6 +1,6 @@
{
"name": "webmake",
- "version": "0.3.16",
+ "version": "0.3.17",
"description": "Bundle CommonJS modules into single script for web browser",
"keywords": [
"browser",
0 commit comments