aboutsummaryrefslogtreecommitdiffstats
path: root/library/server.js
diff options
context:
space:
mode:
authorkumavis <aaron@kumavis.me>2016-09-01 06:33:24 +0800
committerkumavis <aaron@kumavis.me>2016-09-01 06:33:24 +0800
commita3330568d9aa68e2609ce875a96e784c2e77c20c (patch)
treebbeeca9fca0261e4c5d4d4253e8a7dd6e5817456 /library/server.js
parentb7aab955196a7cef2705e8546814b5c6c1830da7 (diff)
downloadtangerine-wallet-browser-a3330568d9aa68e2609ce875a96e784c2e77c20c.tar.gz
tangerine-wallet-browser-a3330568d9aa68e2609ce875a96e784c2e77c20c.tar.zst
tangerine-wallet-browser-a3330568d9aa68e2609ce875a96e784c2e77c20c.zip
various things
Diffstat (limited to 'library/server.js')
-rw-r--r--library/server.js5
1 files changed, 1 insertions, 4 deletions
diff --git a/library/server.js b/library/server.js
index c7fea085f..6da9b2e0b 100644
--- a/library/server.js
+++ b/library/server.js
@@ -12,8 +12,6 @@ const appBundle = createBundle('./example/index.js')
// Iframe Server
//
-// beefy frame.js:bundle.js 9001 --live -- -t [ babelify --global --presets [ es2015 ] ]
-
const iframeServer = express()
// serve controller bundle
@@ -31,8 +29,6 @@ iframeServer.listen('9001')
// Dapp Server
//
-// beefy example/index.js:bundle.js index.js:zero.js --cwd example/ 9002 --live --open -- -t [ babelify --global --presets [ es2015 ] ]
-
const dappServer = express()
@@ -64,6 +60,7 @@ function createBundle(entryPoint){
plugin: [watchify],
})
+ // global transpile
var bablePreset = path.resolve(__dirname, '../node_modules/babel-preset-es2015')
bundler.transform(babelify, {