code ?
{
"foo": "bar"| (defn -main [& args] | |
| (let [statuses (get-6w-tweets)] | |
| (doseq [status statuses] | |
| (print-status status)))) |
| function *checkSatusesParallel (sites) { | |
| let statuses = yield sites.map(ping); | |
| logStatuses(statuses); | |
| } |
| const request = require('request'), | |
| promisify = require('es6-promisify'), | |
| get = promisify(request.get); |
| der Nebensatz | |
| weil | |
| denn: | |
| ... , denn ich gehe mit meinem Freunden dorthin. (verb next to subject) | |
| weil: | |
| ... , weil ich mit meinem Freunden dorthin gehe. (verb moved to the very end) | |
When my external build is built I end up with the hash nv2Kki for react/addons.
When my main bundle is built, it is referencing react/addons with the hash yutbdK.
This of course leads to an Uncaught Error: Cannot find module 'yutbdK' error emitted from my external.js bundle.
If I manually find and replace yutbdK in my main bundle with nv2Kki, then everything works.
Here is my gulpfile for building these two files.
| https://wiki.alliedmods.net/Installing_Metamod:Source | |
| https://wiki.alliedmods.net/Category:SourceMod_Documentation |
| var path = require('path') | |
| var postCSSConfig = require('./postCSS.config') | |
| const VIEWS_ONLY = process.env.VIEWS_ONLY | |
| const include = path.resolve(__dirname, '../client') | |
| const exclude = /node_modules/ | |
| module.exports = { | |
| devtool: 'inline-source-map', |
| $ gulp design | |
| [11:19:42] Working directory changed to ~/[redacted]/web-app | |
| [11:19:46] Using gulpfile ~/[redacted]/web-app/gulpfile.js | |
| [11:19:46] Starting 'clean'... | |
| [11:19:46] Finished 'clean' after 19 ms | |
| [11:19:46] Starting 'typings'... | |
| [11:19:47] Finished 'typings' after 785 ms | |
| [11:19:47] Starting 'design'... | |
| Rendering ./client/index.html ... | |
| ./client/index.html rendered! |