mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Upgrade Commoner to v0.8.14 for multiple file support.
See [Commoner's README.md]( https://github.com/benjamn/commoner#generating-multiple-files-from-one-source-module) for further explanation of the new functionality. Among other potential benefits, this upgrade allows us to generate source maps as standalone files rather than appending them inline to every compiled module file under `build/modules/` (see #833).
This commit is contained in:
+2
-2
@@ -33,7 +33,7 @@
|
||||
"url": "https://github.com/facebook/react"
|
||||
},
|
||||
"dependencies": {
|
||||
"commoner": "~0.8.13",
|
||||
"commoner": "~0.8.14",
|
||||
"esprima-fb": "~2001.1001.0-dev-harmony-fb",
|
||||
"jstransform": "~2.0.2"
|
||||
},
|
||||
@@ -73,6 +73,6 @@
|
||||
},
|
||||
"preferGlobal": true,
|
||||
"commonerConfig": {
|
||||
"version": 2
|
||||
"version": 3
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user